include | ||
lib | ||
src | ||
Makefile | ||
README.md |
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