GlmSharp 0.9.3
See the version list below for details.
dotnet add package GlmSharp --version 0.9.3
NuGet\Install-Package GlmSharp -Version 0.9.3
<PackageReference Include="GlmSharp" Version="0.9.3" />
paket add GlmSharp --version 0.9.3
#r "nuget: GlmSharp, 0.9.3"
// Install GlmSharp as a Cake Addin
#addin nuget:?package=GlmSharp&version=0.9.3
// Install GlmSharp as a Cake Tool
#tool nuget:?package=GlmSharp&version=0.9.3
C#/.NET math library for small vectors and matrices.
Supported types: vec2, vec3, vec4, 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 | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
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
|
Initial working version at around 25k LOC, several supported types, quite extensive functionality. Includes XML documentation.