Go to file
2025-12-10 09:54:38 -05:00
extras Add drive enumeration into hash table. 2025-12-04 19:45:31 -05:00
lib Fix major bug in GPAllocator_Proc ::RESIZE path. Fix major bug in Arena_Free_List.cpp 2025-12-10 09:54:38 -05:00
src Fix major bug in GPAllocator_Proc ::RESIZE path. Fix major bug in Arena_Free_List.cpp 2025-12-10 09:54:38 -05:00
.gitignore Add printf-like log function backed by String_Builder. 2025-11-27 10:37:17 -05:00
build_imgui_lib.cmd Merge ImGui WndProc with our os_create_window 2025-12-04 12:38:21 -05:00
build.cmd Add imgui as static library 2025-12-04 11:09:16 -05:00
build.jai Add imgui as static library 2025-12-04 11:09:16 -05:00
exe_main.cpp Lots of small changes 2025-12-06 13:02:24 -05:00
lib_main.cpp Fix major bug in GPAllocator_Proc ::RESIZE path. Fix major bug in Arena_Free_List.cpp 2025-12-10 09:54:38 -05:00
README.md Add imgui as static library 2025-12-04 11:09:16 -05:00

build either with build.cmd Debug or build.cmd Release Run build_imgui_lib.cmd to build imgui dependency Both scripts must be run in x64 Native Tools Command Prompt for VS 20xx.

You can also build with jai build.jai - build_exe or jai build.jai - build_exe release