VecSim Platform

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 filepresent
Godot viewer projectpresent
Latest snapshot filepresent
Pending directive filepresent

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

Open VecSim operations page

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.