Recursive 3D Maze generator
Sleep-function was added for dramatic effect
https://ThomasSelvig.github.io/3D-Maze/
Key | Control |
---|---|
R |
Toggle Autorotation |
Space |
Toggle fast speed |
, |
Toggle wireframe mode (don't use this while animating!) |
Mouse1 |
Orbit camera manually |
- Cytoscape (Node graphing library)
- All node data / generation stores data with this library
- THREE.js (3D WebGL)
- Used to render the Cytoscape nodes visually
- Store maze "roads" as node connections
- currently, these connections are (for simplicity) stored as nodes
This is my first project with any of these libraries, also, I only had a chromebook at my disposal.
Wouldn't recommend debugging nor 3D rendering on a chromebook.