31 packages tagged with “immediate”
A .NET wrapper for the Dear ImGui library.
.NET library that aims to provide a faster usage of C# reflection features. Especially the usage of constructors, members accessors (get/set) and attributes. It provides these features while trying to keep an API as similar as the standard Reflection API. Supported platforms: - .NET Standard 2.0+ - .NET Core 2.0+ - .NET Framework 4.0+ Supports Source Link See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentation/benchmarks.html.
Bindings to use ImGui.net with raylib-cs
A fork of ImGui.NET that adds DirectX11 & Win32 functions. ImGui.NET: A .NET wrapper for the Dear ImGui library.
ImWpf is an experiment in creating a wrapper class that allows you to create and get input from WPF controls, but in an fashion similar to Immediate Mode GUI systems such as Dear ImGui. It is compatible with existing WPF projects.
Fork of the .NET wrapper for the Dear ImGui library with support for DX9, DX11 and Win32 implementations on Windows.
A .NET wrapper for the ImPlot library.
A .NET wrapper for the ImGuizmo library.
This is an example of roslyn analyzer, that can create diagnostics when there are missing some usings, that are required for using debugging data transformation via lambdas and Linqs in Watch or Immediate windows. Because Microsoft still haven't added support for post-loading libraries like System.Linq when debugging and therefor it is impossible to use Linq data transformations inside Watch or Immediate windows when debugging. Please if you have any questions or suggestions, send them to the github repository issues here: https://github.com/jakubsuchybio/DebuggingUsingsInsertor-Analyzer/issues Thank you.
A .NET library for hardware-accelerated, high performance, immediate mode rendering via Direct2D.
A .NET wrapper for the imnodes library.
This is a MonoGame Wrapper for the ImGui.NET Library. It also uses the types from Monogame instead of System.Numerics.
Boilerplate for ImGui.NET.
Bindings to use ImGui.net with raylib-csharp