Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!