Go to file
2024-12-17 23:46:44 -05:00
include first commit 2024-12-17 23:46:44 -05:00
lib first commit 2024-12-17 23:46:44 -05:00
src first commit 2024-12-17 23:46:44 -05:00
Makefile first commit 2024-12-17 23:46:44 -05:00
README.md first commit 2024-12-17 23:46:44 -05:00

PROJECT TEMPLATE

put static libs in lib dir. To ship raylib included with game, compile raylib into a ".a" file, then move that there. the src/imgui folder should contain the git repo of imgui. if the imgui setting in the makefile is set to BUILD, this will be used to provide imgui, otherwise it will try to dynload the library

also

oh yeah, disable rlimgui or whatever detecting DPI if compiling for web, it kills performance