MulDisplay 1.1.4

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

MulDisplay is a .NET all in one (2D/3D) display control with some embedded tools. It can be used to easily display camera frames, 3D point clouds, 3D objects, 2D/3D overlays, etc..

Please check the project's github for more information.
- Website: https://github.com/jeremjlr/MulDisplay
- Examples: https://github.com/jeremjlr/MulDisplay/releases
- Documentation: https://jeremjlr.github.io/MulDisplay/index.html

This control requires the application to be built for x64.

Contact
If you want to reach out to me for any reason, have any question or suggestion, feel free. - jerem.jlr@gmail.com - www.github.com/jeremjlr

Licensing
MulDisplay is provided free of charge for use in personal and commercial projects.
Redistribution, modification, reverse engineering, or rehosting of the package is prohibited without explicit permission.
Any mention of the author or the project is welcome.

Libraries used by MulDisplay :
- IrrlichtLime under the Zlib License, see https://github.com/greenya/irrlichtlime.
- Irrlicht under the Zlib/libpng License, see https://sourceforge.net/projects/irrlicht/ or https://irrlicht.sourceforge.io/.

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

    • No dependencies.
  • .NETFramework 4.8.1

    • No dependencies.
  • net10.0-windows7.0

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.
  • net9.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

- Ensured .NET 10 compatibility
- Switched to a much simpler license
- Made the nuget compatible with .NET framework