VecSim Active Platform
VecSim is the active platform. The previous V3 web surface is archived and exposed under /legacy/v3.
1. Status
| Docker VecSim stack file | present |
|---|---|
| Godot viewer project | present |
| Latest snapshot file | present |
| Pending directive file | present |
Snapshot path: godot/VecSimViewer/data/latest_snapshot.json
Latest tick: 23,
active directive: EXPLORE,
micro-zones: 2,
avatars: 3,
updated: 2026-03-31 07:46:29 UTC.
2. Execution
Minimal Docker execution path for VecSim:
docker compose -f docker/vecsim/docker-compose.yml up -d
docker compose -f docker/vecsim/docker-compose.yml exec app php artisan vecsim:tick
3. Viewer (Godot)
Viewer location: godot/VecSimViewer
Directive file: godot/VecSimViewer/data/pending_directive_command.json
Directive snapshot target: res://data/latest_snapshot.json
Directive snapshot tick: 12
Tick loop principle: directive -> vecsim:tick -> latest_snapshot.json -> Godot reload snapshot.