EvaluatedApplications.Tracer
1.1.0
dotnet add package EvaluatedApplications.Tracer --version 1.1.0
NuGet\Install-Package EvaluatedApplications.Tracer -Version 1.1.0
<PackageReference Include="EvaluatedApplications.Tracer" Version="1.1.0" />
<PackageVersion Include="EvaluatedApplications.Tracer" Version="1.1.0" />
<PackageReference Include="EvaluatedApplications.Tracer" />
paket add EvaluatedApplications.Tracer --version 1.1.0
#r "nuget: EvaluatedApplications.Tracer, 1.1.0"
#:package EvaluatedApplications.Tracer@1.1.0
#addin nuget:?package=EvaluatedApplications.Tracer&version=1.1.0
#tool nuget:?package=EvaluatedApplications.Tracer&version=1.1.0
Tracer
Fast pathfinding and game-AI for .NET: navmesh pathfinding, multi-agent movement, dynamic obstacles, line-of-sight and fog-of-war, influence maps, and tactical behaviors. Built on the EvalApp pipeline runtime, so every stage is resource-gated and adaptively tuned.
Highlights
- Navmesh pathfinding — bake a navmesh and run A* single-agent queries with path smoothing.
- Multi-agent movement — schedule many agents per tick with conflict resolution and flow fields.
- Dynamic obstacles — patch and re-bake affected navmesh tiles at runtime.
- Perception — line-of-sight and fog-of-war.
- Tactical AI — influence maps, congestion / flow-lanes, engagement tactics, and emergent encirclement (SurroundingMode).
Everything's included
The whole SDK is here: single-agent pathfinding, navmesh baking, steering behaviors, LOS / fog-of-war, dynamic obstacles, multi-agent movement, every scheduling mode, and the full tactical AI layer — all running in parallel with the adaptive tuner on. Nothing is held back behind a tier.
License
Proprietary — this package ships the compiled library only; source is not distributed. Every
capability in it is free to use; a license key is reserved for future advanced features (none are
gated today). See LICENSE. Copyright (c) 2026 Dongyang Stephen Chen, trading as Evaluated
Applications. All rights reserved.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
- EvaluatedApplications.EvalApp (>= 1.4.3)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.