ImTool 1.4.9

dotnet add package ImTool --version 1.4.9
                    
NuGet\Install-Package ImTool -Version 1.4.9
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ImTool" Version="1.4.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ImTool" Version="1.4.9" />
                    
Directory.Packages.props
<PackageReference Include="ImTool" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ImTool --version 1.4.9
                    
#r "nuget: ImTool, 1.4.9"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ImTool@1.4.9
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ImTool&version=1.4.9
                    
Install as a Cake Addin
#tool nuget:?package=ImTool&version=1.4.9
                    
Install as a Cake Tool

ImTool

GitHub Workflow Status NuGet MIT License

Cross-platform tool framework based on Dear ImGui ❤

Documentation coming soon™... Please use the Demo project as reference for now :>

imtool

This repository is using submodules, so in order to properly clone it use this

git clone --recurse-submodules https://github.com/themeldingwars/ImTool.git

... if you already cloned the repo or are using an older version than 2.13 of git, use this to grab the needed submodules:

git clone https://github.com/themeldingwars/ImTool.git
cd ImTool
git submodule update --init --recursive
Product Compatible and additional computed target framework versions.
.NET 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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.9 58 9/17/2026
1.4.8 94 9/14/2026
1.4.7 96 9/14/2026
1.4.6 86 9/14/2026
1.4.5 87 9/13/2026
1.4.4 91 9/13/2026
1.4.2 95 9/13/2026
1.4.1 1,624 3/7/2023
1.4.0 1,181 3/7/2023
1.3.6 1,524 4/11/2022
1.3.5 1,452 4/5/2022
1.3.4 1,540 3/22/2022
1.3.3 1,440 3/8/2022
1.3.2 1,465 2/12/2022
1.3.1 1,436 2/7/2022
1.3.0 1,683 12/5/2021
1.2.10 4,397 11/24/2021
1.2.9 1,283 11/23/2021
1.2.8 1,304 11/17/2021
1.2.7 1,359 10/15/2021
Loading failed