Grille.ImGuiTK
0.1.1
dotnet add package Grille.ImGuiTK --version 0.1.1
NuGet\Install-Package Grille.ImGuiTK -Version 0.1.1
<PackageReference Include="Grille.ImGuiTK" Version="0.1.1" />
paket add Grille.ImGuiTK --version 0.1.1
#r "nuget: Grille.ImGuiTK, 0.1.1"
// Install Grille.ImGuiTK as a Cake Addin #addin nuget:?package=Grille.ImGuiTK&version=0.1.1 // Install Grille.ImGuiTK as a Cake Tool #tool nuget:?package=Grille.ImGuiTK&version=0.1.1
ImGuiTK
This package is a refined version of Julius Häger’s Sample made into a reusable package.
OpenTK 4
This version of the repo is targeting OpenTK 4. The minimum OpenGL version is 3.3.
Your OpenGL state will be untouched!
Previous versions of this repo required users to manually reset the OpenGL state that the ImGui renderer changed. This is no longer needed! The renderer resets the OpenGL state itself.
BadImageFormatexception
If you get the following error you might have to set your platform target to x86:
System.BadImageFormatException: 'An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)'
To do that, right click your project (all projects referencing ImGui.NET), click "Properties", click "Build", and change the "Platform target" to "x86".
To see more info and a potential fix you can take a look at issue #2.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.