Version: 0.4.0
This project is developed using the Zig programming language and SDL2 library and it's my pet project to learn about Zig and SDL2.
I am using ikskuh's SDL.zig library.
Currently only tested on Windows 11 and Linux (with SDL2 installed).
- VERY basic calculator features
- Keyboard support
- Dark mode 😁
- I don't know, just test it
Make sure Zig (v0.15+) is installed,
First download Mingw versions of both SDL2 and SDL2_ttf.
Copy /bin, /include and /lib folders inside <project_folder>/SDL2 folder.
Just install SDL2 and SDL2_ttf using your package manager.
Run the following command to build and run the project:
zig build run
- Zig (v0.15.0 or above)
- SDL2
- SDL2_ttf
This project is licensed under the MIT License.
Feel free to fork, contribute, and improve the project!