ChamberLib 0.12.0

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

// Install ChamberLib as a Cake Tool
#tool nuget:?package=ChamberLib&version=0.12.0

A cross-platform library to make 3D graphics a little easier.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 4.0

    • No dependencies.
  • All Frameworks

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ChamberLib:

Package Downloads
ChamberLib.FbxSharp

Load models from FBX files using FbxSharp

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.12.0 834 1/20/2020
0.11.0 2,167 8/15/2015
0.10.0 1,340 7/16/2015
0.9.0 1,069 7/9/2015
0.8.0 1,141 7/8/2015
0.7.0 1,284 7/2/2015
0.6.0 1,259 6/28/2015
0.5.0 1,652 6/15/2015
0.4.0 1,304 6/8/2015
0.3.0 1,503 5/19/2015
0.2.1 1,205 2/27/2015
0.1.1 1,751 2/12/2015

- Include the git commit number in the assembly version.
- Better support for Rectangles, particularly the window's ClientBounds.
- Scale X and Y independently on strings.
- Add a time parameter to various `DrawXXX` methods.
- Convert `Overrides` to a struct
- Update dependencies and build scripts