FACTOR10 is a 3D production flow simulation tool built with Three.js.
It allows you to model factories using Sources, Sinks, Products and Links, and visualize production, failures, losses and profit in real time.
https://qmisslin.github.io/FACTORIO/
- 3D factory visualization
- Custom asset import (GLB)
- Production simulation with ticks
- Machine failure & breakdown management
- Visual links with animated flow
- Real-time production statistics
- CSV export of simulation results
- Scene persistence via JSON
.
├── assets/
├── samples/
├── src/
│ ├── app.js
│ ├── simulator.js
│ ├── viewport.js
│ ├── ...
├── index.html
├── tutorial.md
├── exercices.md
└── specs.md
To run locally:
python -m http.server 8000Then open:
http://localhost:8000
This project is automatically deployed via GitHub Pages
from the main branch.
Quentin Misslin