AbhijitDeyDev/zig-calc
A simple calculator app built using Zig, SDL2 and SDL2_ttf
424ff5f9245ef352e4c508c77ddaeed2f46bd605
Version: 0.1.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).
Make sure Zig (v0.14.0) is installed,
First download Mingw versions of both SDL2 and SDL2_ttf.
Copy /bin, /include and /lib folders inside /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
This project is licensed under the MIT License.
Feel free to fork, contribute, and improve the project!