VSImGui_DebugTools 0.0.6

dotnet add package VSImGui_DebugTools --version 0.0.6
NuGet\Install-Package VSImGui_DebugTools -Version 0.0.6
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="VSImGui_DebugTools" Version="0.0.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VSImGui_DebugTools --version 0.0.6
#r "nuget: VSImGui_DebugTools, 0.0.6"
#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.
// Install VSImGui_DebugTools as a Cake Addin
#addin nuget:?package=VSImGui_DebugTools&version=0.0.6

// Install VSImGui_DebugTools as a Cake Tool
#tool nuget:?package=VSImGui_DebugTools&version=0.0.6

Vintage Story ImGui - Debug Tools

This package is meant to be used alongside installed VSImGui mod for Vintage Story.

Implemented tools

  • Debug widgets: static methods for adding ImGui widgets to display and edit data anywhere in codebase.

Usage

Examples

After called at least once these lines of code will draw window with title Test window, a tab with title test tab and inside this tab: a line of text test text followed by separator and slider that will change value of TestValue property or field.

DebugWidgets.Text(domain: "Test window", category: "test tab", id: 0, text: "test text");
DebugWidgets.Draw(domain: "Test window", category: "test tab", id: 1, () => ImGui.Separator());
DebugWidgets.IntSlider(domain: "Test window", category: "test tab", label: "test slider", min: 0, max: 10, getter: () => testValue, setter: value => TestValue = value);

Guide

will be added later

Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on VSImGui_DebugTools:

Package Downloads
VSImGui

Brings famous immediate mode GUI to Vintage Story

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.6 111 3/1/2024
0.0.5 160 3/1/2024
0.0.4 95 3/1/2024
0.0.3 91 2/29/2024
0.0.2 94 2/29/2024
0.0.1 81 2/29/2024