glyph3d-js

High-performance 3D text rendering for Three.js

GitHub 3D Repo Viewer

Load any GitHub repository and visualize its source code in 3D space. Navigate file trees, explore hierarchical layouts, and read code rendered as GPU-instanced glyphs.

WebGL 2 GitHub API Web Workers

Word Wall

Dictionary visualization that renders words in 3D with embedding coordinates. Click words to see definitions, play sentences with word highlighting, and fly through the wall.

WebGL 2 Embeddings Interactive

Code Spectrometer

A periodic table of software engineering concepts. Feed in source code and watch the table light up — each element's intensity shows how much of that concept appears in the code.

WebGL 2 Code Analysis Periodic Table

Mod Layer Visualizer

Stack modular arithmetic grids in 3D space. Color datasets by their remainder under each modulus and look for structural patterns across layers — primes, Fibonacci, Collatz, text bytes, and more.

WebGL 2 Number Theory Interactive

Render Test

Automated test bed for sync and async rendering paths. Verifies glyph IDs, buffer tracking, updatePosition/updateColor, depth ordering, and worker pipeline metadata.

Testing Sync + Async Workers