Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/titusio/imguidot
ImGUI Wrapper for the Godot Game Engine
https://github.com/titusio/imguidot
csharp gdscript godot godotengine imgui
Last synced: 26 days ago
JSON representation
ImGUI Wrapper for the Godot Game Engine
- Host: GitHub
- URL: https://github.com/titusio/imguidot
- Owner: titusio
- License: unlicense
- Created: 2023-11-22T08:04:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T08:36:17.000Z (10 months ago)
- Last Synced: 2024-12-21T13:09:18.812Z (26 days ago)
- Topics: csharp, gdscript, godot, godotengine, imgui
- Language: C++
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImGUIdot
Library for using ImGui with the Godot Engine. GDScript and C#.
## Current State
This library is still in early development and not ready at all at this point.
## Contributing
Clone the Repository.
Run the following commands:```
cd godot-cpp
git submodule update --init
scons
```After that you can go up one directory and compile the extension:
```
cd ..
scons
```Now the project should be compiled and can be tested out in the Editor!