No-code UI creating software for ImGui. Create an interface for your application with the convenience of Figma and the functionality of Photoshop.
The project is developing quite slowly due to my busy schedule in real life, so I decided it was worth opening it up to other developers.
- IDE (either)
- C++ Compiler (either)
- CMake https://cmake.org/download/
This guide assumes you have already installed the prerequisites.
- Install DirectX SDK
- Clone the repo
git clone https://github.com/kaazedev/imgui-editor.git
- Open the project in Visual Studio using File > Open > CMake
- Select the CMakeLists.txt file
- Select the build type (Debug or Release)
- Click "Configure"
- Click "Generate"
- Click "Open Project"
- Build the project
- Open the project by selecting the CMakeLists.txt file
- Select the build type (Debug or Release)
To generate c++ imgui code, you need to use the codegen-cli in this repository.
To compile the application, install the latest version of the Golang compiler, open the "codegen-cli" folder in the terminal and write:
To run without compiling:
go run main.go
To build an .exe file:
go build -o codegen.exe
Enjoy! 😃
- omar (ocornut) - For creating ImGui
See the license in the 'LICENSE' file.
Watch the changes in the 'CHANGELOG.md' file.
Made with a lot of ❤️❤️ by @kaazedev