No description
Find a file
2026-04-13 13:59:12 +02:00
src Rename 'log' build option 2026-04-03 10:52:21 +02:00
.gitignore Add zig-pkg to .gitignore 2026-03-24 12:43:29 +01:00
build.zig Enable LTO in Release 2026-04-13 13:59:12 +02:00
build.zig.zon Update Zig and translate-c 2026-04-07 21:33:50 +02:00
readme.md Finish initializing OpenGl 3.3 rendering context on linux 2024-08-11 10:06:42 +02:00

C libraries:

Libraries go into the src/c folder.

  • GLAD download zip, extract folders directly into src/c/glad
  • stb_image into src/c/stb

Build instructions

  • use zig build
    • set optional flag shyne_debug to true for debug logging

Windows

  • to disable the console on startup run editbin /SUBSYSTEM:WINDOWS .\zig-out\bin\[name].exe in a Visual Studio command prompt (or use --subsystem windows with zig build)