o
odinpkg.dev
packages / library / Odin-Raylib-ImGui-Template

Odin-Raylib-ImGui-Template

787c8f9library

No description provided.

Unlicense · updated 9 months ago

Odin Raylib + ImGui Template

A starter template for Odin projects, pre-configured with Raylib and Dear ImGui bindings.

Available languages:

Features

  • Includes imgui + imgui_impl_raylib
  • Minimal project structure
  • Ready to build out of the box

Requirements

  • Odin (All other dependencies are included)

Build

On Windows:

./build.bat

On Linux/Macos:

./build.sh

Sources Used