noclip.website is a digital museum that lets you explore and navigate through video game levels in an interactive 3D environment.
The project solves the problem of preserving and making accessible the intricate level design work embedded in video games. It extracts geometry, textures, and spatial data from game files and reconstructs them as explorable 3D scenes in the browser. This approach allows players and designers to study level layouts, architectural choices, and environmental storytelling in ways that normal gameplay does not permit. The tool handles the technical complexity of parsing different game formats and rendering them with appropriate lighting and visual fidelity.
The project suits anyone interested in game design history, level design education, or game preservation. It works best for games where the underlying geometry and assets can be extracted and reconstructed, making it particularly valuable for studying classic and modern titles where such data is available. Players can freely explore levels without gameplay constraints, making it useful for architectural analysis, speedrunning route planning, or simply appreciating the craft of level design. The museum model means the project curates which games and levels are included rather than providing a universal extraction tool.
Development activity shows consistent engagement with the codebase through regular commits addressing bugs and adding new game support. The project maintains an active issue tracker where users report problems and request new games to add to the museum. Pull requests are reviewed and merged regularly, indicating ongoing maintenance and feature development. The maintainer responds to community contributions and incorporates improvements to both the viewer and the underlying extraction pipeline.