Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Neo-VECTR Solar Sim (NASA Standard)

A low-weight 2D-engine (visually 3D) astronomy simulator that renders only proven celestial objects through a deterministic universe graph. Portable offline client with catalog-driven truth packs, orbit visualization, and scalable galaxy-to-planet navigation.

πŸ” Built on ARC-Core β€” the authority / event / receipt kernel. Every celestial object, orbit derivation, and scale-tier transition is an ARC-Core-shaped event with provenance-checked receipts. The "NASA Standard" qualifier is enforced by ARC-Core's authority-over-provenance contract.

πŸ”­ What it is

Neo-VECTR is a deterministic astronomy simulator built around truth packs β€” catalog-driven manifests of celestial objects whose provenance (observation catalog, identifier, instrument, epoch) is cryptographically verifiable. The simulator will not render an unverified object. If a truth pack says "this planet exists with these orbital parameters from this NASA-standard source," that claim is receipt-backed.

🌌 Design principles

  • NASA-standard ingestion β€” only celestial objects traceable to a canonical catalog are accepted
  • Truth packs β€” self-contained, SHA-256-verifiable bundles of astronomical data
  • Deterministic rendering β€” two users with the same truth pack see the same universe bit-for-bit
  • Offline-first β€” full operation without a network once truth packs are local
  • Low-weight β€” 2D math core projected to 3D visually; runs on modest hardware
  • Scalable navigation β€” galaxy β†’ system β†’ planet tier transitions without reloading

πŸ—οΈ Built on ARC-Core

Neo-VECTR uses the ARC-Core authority kernel for:

Neo-VECTR layer ARC-Core pattern
Truth-pack receipt chain Every celestial object has a provenance receipt citing its NASA-standard source
Event-sourced navigation Camera, zoom, pan, scale-tier transitions are events; any viewport is reconstructable by replay
Authority over "proven" The NASA-standard qualifier is an authority claim backed by proposal β†’ evidence β†’ receipt flow
Deterministic universe-graph replay Universe graph is derived from truth packs + event log; fully reproducible
Offline verification Receipts are SHA-256-addressable; packs verifiable without a server
Object identity ARC-Core's entity-resolution pattern applied to celestial objects across truth packs

🌐 The ARC Ecosystem

Neo-VECTR is one of several consumer applications built on the ARC governed-AI ecosystem. All share the same author and the same event-and-receipt doctrine:

Companion consumer repos:

πŸ’– Support

Single funding target for every ARC repo and every consumer application:

github.com/sponsors/GareBear99

πŸ“œ License

See LICENSE.

About

A low-weight 2D-engine (visually 3D) astronomy simulator that renders only proven celestial objects through a deterministic universe graph. Portable offline client with catalog-driven truth packs, orbit visualization, and scalable galaxy-to-planet navigation.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages