Go to file
Musa Mahmood d1182f3abd Replace multithreaded enumeration with single-threaded (temporarily) (#2)
Reviewed-on: #2
Co-authored-by: Musa Mahmood <Musasmahmood@gmail.com>
Co-committed-by: Musa Mahmood <Musasmahmood@gmail.com>
2025-12-17 15:18:19 +00:00
extras Add drive enumeration into hash table. 2025-12-04 19:45:31 -05:00
lib Replace multithreaded enumeration with single-threaded (temporarily) (#2) 2025-12-17 15:18:19 +00:00
src Replace multithreaded enumeration with single-threaded (temporarily) (#2) 2025-12-17 15:18:19 +00: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 Replace multithreaded enumeration with single-threaded (temporarily) (#2) 2025-12-17 15:18:19 +00:00
exe_main.cpp Replace multithreaded enumeration with single-threaded (temporarily) (#2) 2025-12-17 15:18:19 +00:00
lib_main.cpp Replace multithreaded enumeration with single-threaded (temporarily) (#2) 2025-12-17 15:18:19 +00: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