Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osakitsukiko/raylib-imgui-go-example

A simple showcase of ImGui inside of Raylib written in Golang
https://github.com/osakitsukiko/raylib-imgui-go-example

example go golang imgui raylib

Last synced: 23 days ago
JSON representation

A simple showcase of ImGui inside of Raylib written in Golang

Awesome Lists containing this project

README

        

# 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](https://github.com/user-attachments/assets/d6f3aa3a-7017-448d-a2f7-d8a95e9f3fd9)