Subject
4 entries
Webgl
Bookmarks
Visualizing all books in ISBN-space
A GPU-accelerated interactive map of all ~2 billion ISBN numbers, using a custom Bookshelf-Curve algorithm that preserves ISBN decimal structure better than Hilbert curves. Shows publication dates, publishers, and availability across hierarchically-loaded map tiles.
Getting Started with Three.js
Paul Lewis's introductory Three.js tutorial on Aerotwist — setting up a renderer, camera, and scene to build browser-based 3D graphics. The canonical 2013 entry point for WebGL development via the Three.js abstraction layer.
Collada Animation Viewer
A Three.js-based COLLADA animation viewer running in the browser — demonstrating that complex rigged 3D models exported from tools like Blender or Maya could be rendered and animated in WebGL via Three.js.
WebCamMesh — 3D Webcam Visualization
WebCamMesh uses WebGL and the browser's webcam API to create a real-time 3D mesh from the live video feed — mapping webcam pixel brightness to vertex displacement. An early example of combining browser camera access with WebGL for real-time visual effects.
