PaperPrototype / Prowl.UI

A C# port of the Kotlin Dear ImGui library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A C# port of the Dear ImGui library

Design

Instead of adopting the "DearImGUI" name for the lib, it is simply UI

So the code will look something like this:

if (UI.Button("Hello")) {
    Debug.Log("Clicked!");
}

Porting

The Port is currently in progress. To speed things up we are using a Kotlin port of DearImGui since conversion is easier.

You can find the Kotlin Dear ImGui here

Known Issues

About

A C# port of the Kotlin Dear ImGui library


Languages

Language:Kotlin 56.6%Language:C++ 34.3%Language:C 5.3%Language:Java 1.3%Language:Objective-C++ 1.0%Language:C# 0.8%Language:Makefile 0.3%Language:Objective-C 0.2%Language:Batchfile 0.1%Language:CMake 0.0%Language:HTML 0.0%Language:GLSL 0.0%Language:GDB 0.0%Language:Shell 0.0%