Public
Likestl-viewer
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v95View latest version
A web-based 3D model viewer and generator for creating printable STL files directly in your browser.
- 🎨 Generate 3D models procedurally using Three.js
- 👁️ Interactive 3D viewer with orbit controls
- 💾 Export models as STL files for 3D printing
- 📦 Pre-built examples: Benchy, Vase, Gear, Castle, Kratky, Rocket, and Duck
Visit the live viewer and select from the example gallery, or create your own procedural models!
- Create a new file in
examples/yourModel.ts - Define your model following the
Exampleinterface - Add the import and array entry in
examples.ts
That's it! The viewer will automatically pick up your new model.