Skip to content

copperdevs/CopperDevs.DearImGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coppers DearImGui

Custom layering around DearImGui

Info

Personally direct DearImGui didn't feel the best in C#, so I made this package to (subjectively) improve upon it.

Installation

dotnet add package CopperDevs.DearImGui --version 1.4.2

Additionally, you need to install a relevant renderer package. There is currently two pre-made packages available.

Note - When using raylib there's some extra steps that can be found here

dotnet add package CopperDevs.DearImGui.Renderer.Raylib --version 2.0.2
dotnet add package CopperDevs.DearImGui.Renderer.OpenGl.SilkNet --version 1.0.8

To Do

Examples

About

Custom layering around ImGui.NET/DearImGui

Resources

License

Stars

Watchers

Forks