Skip to content

A simple showcase of ImGui inside of Raylib written in Golang

License

Notifications You must be signed in to change notification settings

OsakiTsukiko/raylib-imgui-go-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple showcase of ImGui inside of Raylib written in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages