o
odinpkg.dev
packages / library / raylib-imgui-odin-template

raylib-imgui-odin-template

3137fb7library

No description provided.

No license · updated 8 months ago

raylib imgui template project

A template to start a simple game using raylib and imgui in odin

Build

1. Dependancies

Init submodules

git submodule update --init --recursive
cd dependancies/odin-imgui

Then follow the build instructions here

2. Build and run app

Go back to the template root directory

cd ../..

Build and run example

odin run .

or

odin build .
./odin_template

Credit

lucaspoffo - Odin ImGui raylib implementation(that did need updating).