Installation
Requirements
- .NET 10 SDK or later
- For the editor: Windows 10+ (Linux support planned)
NuGet package (API only)
dotnet add package SamLabs.Armatura.Core
This gives you the structural model, load system, analysis, and design code assessment — everything needed to build and analyze models programmatically.
Editor
Download the latest release from the releases page or build from source:
git clone https://github.com/samlabs/armatura.git
cd armatura
dotnet build SamLabs.Armatura.Editor/SamLabs.Armatura.Editor.csproj
dotnet run --project SamLabs.Armatura.Editor
The editor requires OpenGL 4.6 support.