titusio / ImGuidot

ImGUI Wrapper for the Godot Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

ImGUI Wrapper for the Godot Game Engine

License:The Unlicense


Languages

Language:C++ 62.3%Language:Python 35.9%Language:GDScript 1.8%