Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 2.59 KB

ReadMe.md

File metadata and controls

53 lines (40 loc) · 2.59 KB

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