Ab4d.SharpEngine.WinForms 4.1.9689

dotnet add package Ab4d.SharpEngine.WinForms --version 4.1.9689
                    
NuGet\Install-Package Ab4d.SharpEngine.WinForms -Version 4.1.9689
                    
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="Ab4d.SharpEngine.WinForms" Version="4.1.9689" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ab4d.SharpEngine.WinForms" Version="4.1.9689" />
                    
Directory.Packages.props
<PackageReference Include="Ab4d.SharpEngine.WinForms" />
                    
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 Ab4d.SharpEngine.WinForms --version 4.1.9689
                    
#r "nuget: Ab4d.SharpEngine.WinForms, 4.1.9689"
                    
#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 Ab4d.SharpEngine.WinForms@4.1.9689
                    
#: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=Ab4d.SharpEngine.WinForms&version=4.1.9689
                    
Install as a Cake Addin
#tool nuget:?package=Ab4d.SharpEngine.WinForms&version=4.1.9689
                    
Install as a Cake Tool

Ab4d.SharpEngine.WinForms

Ab4d.SharpEngine.WinForms defines WinForms controls that can show 3D scene rendered by Ab4d.SharpEngine rendering engine.

See the Ab4d.SharpEngine.Samples on GitHub for a sample on how to use the library.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net9.0-windows7.0 is compatible.  net10.0-windows was computed.  net10.0-windows7.0 is compatible. 
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
4.1.9689 98 7/11/2026
4.1.9680 114 7/3/2026
4.0.9594 142 4/8/2026
3.2.9509 170 1/13/2026
3.2.9501 134 1/5/2026
3.2.9481 321 12/16/2025
3.2.9386 218 9/12/2025
3.2.9377-beta2 227 9/2/2025
3.2.9364-beta 220 8/21/2025
3.1.9316 248 7/7/2025
3.1.9300-rc3 211 6/18/2025
3.1.9299-rc2 217 6/17/2025
3.1.9287-rc1 208 6/5/2025
3.0.9208 269 3/19/2025
3.0.9196 318 3/6/2025
3.0.9195-rc4 292 3/5/2025
Loading failed

v4.1.9680
- Improved support for WinForms apps by adding RenderAsManyFramesAsPossible, RenderingTimerInterval and FramesPerSecond properties to SharpEngineSceneView for WinForms. This provides better control over the rendering loop.