seletz/hello-zig
Some experiments in ZIG
3039a36f43bfff01a4e12e12caad2e8aae0940bcSome experiments in zig. The main goal here is to get some graphics going and generally play around a bit.
Get a hello world going
Get syntax highlighting and debugging to work
Get a basic triangle on the screen
Get a animated triangle mesh going. Wireframes only.
Build for other systems than macos
Try to get a dynamic library built in zig, and use dlopen() to live-reload functions
[!Note] I ude the
ZigBrainsplugin in IntelliJ.
sokol-shdc from sokol-tools somewhere in your path. I used the binaries from sokol-tools-bin and linked it to ~/.local/bin