A template to start a simple game using raylib and imgui in odin
Init submodules
git submodule update --init --recursive
cd dependancies/odin-imguiThen follow the build instructions here
Go back to the template root directory
cd ../..Build and run example
odin run .or
odin build .
./odin_templatelucaspoffo - Odin ImGui raylib implementation(that did need updating).