projects.
glyph3d IDE
VS Code-style shell wrapping a 3D WebGL canvas. Activity bar, resizable sidebar, tab bar, command palette, minimap, WebSocket remote control. Load any GitHub repo or browse local projects via the single-binary Go server.
tools
- glyph3d-cli — single-binary server: HTTP + WebSocket + embedded IDE (~8MB)
- atlas bake tool — browser-based font atlas generator with extended charset support
demos & experiments
- 3D repo viewer — load any GitHub repo, visualize source in 3D space
- word wall — dictionary visualization with embedding coordinates
- code spectrometer — periodic table of software concepts, lit by source analysis
- mod layer visualizer — modular arithmetic grids stacked in 3D
- hand tracking — 3D hand pose from webcam, ARKit, or mouse mock
- cross-ref visualizer — animated multi-agent cross-referencing process
- picking test — GPU picking + glyph-level highlight system
- render test — automated sync/async rendering verification
source
- tikimcfee/glyph3d-js — GPU-instanced 3D text rendering library for Three.js