
react
React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
It combines a real-time animated pipeline, graph-based layout with room semantics, five hand-tuned themes, fully procedural assets, and a polished Three.js renderer with custom post-processing — all in a single, self-contained module.
A deterministic procedural dungeon generator you can watch build itself, room by room. Rooms are scattered and shoved apart, triangulated, wired into a corridor graph, carved into a tile grid, and dressed with theme-specific props, liquids, lights, and particles — every stage seeded from a single number, so any seed rebuilds the exact same dungeon. Rendered live with Three.js.
Type a seed, pick a theme, drag the sliders, and watch the pipeline light up stage by stage. Every forge is reproducible and every dungeon is guaranteed fully connected.
mulberry32 stream is threaded through every stage —
scatter, separation, triangulation, room roles, carving, decoration. The same seed always yields
the same map, down to the last torch. Change one digit and get an entirely new floor.InstancedMesh, so an 80-room dungReal-time procedural dungeon generator in Three.js - deterministic seeds, Delaunay/MST graph layouts, room semantics, five themes, and a custom bloom/tilt-shift pipeline.
Similar projects matched by category, topics, and programming language.

React is a JavaScript library for building user interfaces with declarative, component-based, and cross-platform design.
A GPT‑image powered app that extracts individual garment cutouts from photos, organizes them into a digital wardrobe, and generates modeled outfit previews.
A browser-based first-person shooter built entirely with procedural generation and orchestrated AI agents, featuring 55k lines of Three.js/WebGL2 code and no art assets.