GlmSharp 0.9.2
See the version list below for details.
dotnet add package GlmSharp --version 0.9.2
NuGet\Install-Package GlmSharp -Version 0.9.2
<PackageReference Include="GlmSharp" Version="0.9.2" />
paket add GlmSharp --version 0.9.2
#r "nuget: GlmSharp, 0.9.2"
// Install GlmSharp as a Cake Addin #addin nuget:?package=GlmSharp&version=0.9.2 // Install GlmSharp as a Cake Tool #tool nuget:?package=GlmSharp&version=0.9.2
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.
The naming and behavior is inspired by the excellent OpenGL Mathematics lib by Christophe Riccio.
This library is MIT-licensed.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
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.