Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/osakitsukiko/raylib-imgui-go-example
- Owner: OsakiTsukiko
- License: mit
- Created: 2024-12-04T22:44:52.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-12-04T22:52:33.000Z (24 days ago)
- Last Synced: 2024-12-04T23:27:46.431Z (24 days ago)
- Topics: example, go, golang, imgui, raylib
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)