- First substantive build: 9 September 2025.
- GitHub repository: aura-toy.
- Public site: visit the public site.
Each link below reflects an evidenced family, lineage or direct connection. This project has 7 relevant public connections.
- aura-components - public page - later build; aura-components is earlier, explicit cross-reference, ordered build lineage, shared technical architecture.
- aura-data-mapping - public page - earlier build; aura-data-mapping is later, explicit cross-reference, ordered build lineage, shared technical architecture.
- aura-horn-torus - public page - earlier build; aura-horn-torus is later, ordered build lineage, shared technical architecture.
- aura-of-intelligence-web-app - shared technical architecture.
- aura-scan-pipeline - public page - shared technical architecture.
- aura-spatial-perception - public page - earlier build; aura-spatial-perception is later, ordered build lineage, shared technical architecture.
- new-tori - public page - earlier build; new-tori is later, ordered build lineage, shared technical architecture.
A minimal Three.js experiment for selecting cells on a 12 × 24 grid and saving that selection in the browser.
Click grid cells to highlight or clear them. Save State writes the selected cell numbers to localStorage in the current browser, Load State restores them, and Reset clears the current selection.
Open index.html in a browser to run it locally. Because Three.js and OrbitControls load from jsDelivr, an internet connection is required unless those dependencies are later bundled locally.
Open test.html to run the small dependency-free browser test suite. It checks core selection and visual-state behaviour; it is not a full automated compatibility or accessibility suite.
This is a small interaction proof, not the full Aura geometry or data-governance model.
index.htmlprovides the page and dependency import map.script.jsbuilds the Three.js grid and state controls.style.csscontains the basic layout.test.htmlandtest.jsprovide browser-level checks.
- Aura Components — the broader collection of Aura interface experiments.
- Aura Data Mapping — a focused 12 × 24 facet tool for browser-local records.
See LICENSE. This is public source, not open source; Three.js retains its own licence.