GitHub Packages shows this repository README on every package page (upstream limitation). Open the package README for install and quick start — embedded in each .nupkg and linked below.
| Package | Install | Package README |
|---|---|---|
Novolis.Simulation |
dotnet add package Novolis.Simulation |
README |
Novolis.Simulation.Abstractions |
dotnet add package Novolis.Simulation.Abstractions |
README |
Novolis.Simulation.Kinematics |
dotnet add package Novolis.Simulation.Kinematics |
README |
Novolis.Simulation.Racing |
dotnet add package Novolis.Simulation.Racing |
README |
Novolis.Simulation.View |
dotnet add package Novolis.Simulation.View |
README |
Novolis.Simulation.World |
dotnet add package Novolis.Simulation.World |
README |
Novolis.Simulation.World.Builders |
dotnet add package Novolis.Simulation.World.Builders |
README |
For NuGet.org and Visual Studio, the embedded README.md inside each package is authoritative.
Neutral simulation runtime — not a game engine. Worlds, systems, time, observers, and kinematics that compose Math, Geometry, and Physics.
| Package | Role |
|---|---|
Novolis.Simulation.World |
Planar occupancy on XZ (+Y up): move, LOS, raycast |
Novolis.Simulation.View |
All platform cameras: YawPitchController, third-person, orbit, ViewPose, … |
Novolis.Simulation.Kinematics |
PlanarAgent.Move (grid and/or BVH) |
Novolis.Simulation.World.Builders |
OccupancyColumnMeshBuilder → BvhStaticWorld |
Novolis.Simulation |
Meta package referencing all of the above |
cd d:\novolis\novolis-math
.\scripts\pack-local.ps1
cd d:\novolis\novolis-physics
.\scripts\pack-local.ps1
cd d:\novolis\novolis-simulation
dotnet build Novolis.Simulation.slnx
.\scripts\pack-local.ps1