GlmSharp 0.9.8

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

// Install GlmSharp as a Cake Tool
#tool nuget:?package=GlmSharp&version=0.9.8

C#/.NET math library for small vectors and matrices.

Supported types: vec2, vec3, vec4, quat, mat2, mat3, mat4, non-quadratic mats.

Supported base types: int, uint, long, float, double, decimal, complex, long, bool, generic T.

Supports swizzling, operator overloads, numerous functions.

Supports serialization and marshalling.

The naming and behavior is inspired by the excellent OpenGL Mathematics lib by Christophe Riccio.

This library is MIT-licensed.

Product Compatible and additional computed target framework versions.
.NET Framework net20 is compatible.  net35 was computed.  net40 was computed.  net403 was computed.  net45 is compatible.  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.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on GlmSharp:

Package Downloads
SharpVk.Shanq.GlmSharp

GlmSharp type mappings for SharpVk Shanq

fourthwall.edX.167x

Package Description

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on GlmSharp:

Repository Stars
FacticiusVir/SharpVk
C# Bindings for the Vulkan API & SPIR-V
Version Downloads Last updated
0.9.8 34,860 6/29/2016
0.9.7 2,720 3/26/2015
0.9.6 2,116 3/26/2015
0.9.5 2,040 3/18/2015
0.9.4 2,120 3/18/2015
0.9.3 2,068 3/17/2015
0.9.2 2,086 3/16/2015

Working version at around 40k LOC, several supported types (vectors, matrices, quaternions), quite extensive functionality. Includes XML documentation.