EvergineTeam / ImGui.Net

This repository contains a thin low-level autogenerated bindings for Imgui in C# used by Evergine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImGui.Net

This repository contains a thin low-level autogenerated bindings for Imgui in C# used by Evergine. You will find c# bindings of the most popular imgui libraries as well, Imguizmo, Implot and Imnodes.

Build Status

CI Imgui CI Extensions CD Imgui CD Extensions

Project Nuget
Imgui Nuget
Imguizmo Nuget
Implot Nuget
Imnodes Nuget

How it works

This automated binding are generated based on the cimgui project json outputs:

which are c-api wrapper autogenerated from the original github projects:

Test

Check at Generator\Test an Evergine project created with the default template which uses the bindings.

capture4 capture2 capture1 capture3

Development

  • Optionally, update all submodules.
  • Then, build cimgui and its native extensions running .\scripts\deploy-win-native.ps1 -buildImgui -buildExtensions
  • Use visual studio to compile and generate every binding.

NOTE: Extensions bindings use latest Imgui nuget package on Nuget.org.

Platforms

We are working to add support to all this plaforms:

  • Windows x86, x64
  • Linux x64
  • MacOS
  • iOS
  • Android
  • WebAssembly

About

This repository contains a thin low-level autogenerated bindings for Imgui in C# used by Evergine

License:MIT License


Languages

Language:C# 96.9%Language:PowerShell 2.3%Language:Shell 0.4%Language:CMake 0.4%