Skip to content

seletz/hello-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-zig

.github/workflows/CI.yml

Some experiments in zig. The main goal here is to get some graphics going and generally play around a bit.

TODO

  • 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

Decisions made

  • Zig people seem to use VSCode. Well, ok then.
  • I tried raylib-zig but could not get it to compile. Switched to sokol and sokol-zig bindings.

Dependencies

VSCode

Note

I use vscodium and I'm a complete NOOB wrt VSCode.

I use these extensions:

sokol

About

Some experiments in ZIG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published