Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 441 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 441 Bytes

A simple showcase of ImGui inside of Raylib written in Golang

Build

  • clone cimgui (recursevly with submodules) (if it is not cloned, or download release)
  • clone rlImGui (if it is not cloned, or download release)
  • build cimgui (make static)
  • build rlImGui (./premake5(.bat) gmake && make) // can be also built for release
  • go run .

image