This project is a fork of the original OrigamiSimulator by Amanda Ghassaei.
Our goal is to extend the simulation framework to support sequential folding steps, enabling step-by-step origami motion visualization rather than simultaneous crease folding.
This WebGL app simulates how any origami crease pattern will fold. It may look a little different from what you typically think of as "origami" - rather than folding paper in a set of sequential steps, this simulation attempts to fold every crease simultaneously.
This repository retains the original licensing terms of the source project (refer to the LICENSE file).
All credit for the original simulator’s core algorithms and design belongs to Amanda Ghassaei.
Modifications and sequential-folding extensions are © 2025 NUS-2510-CS6241-TEAM10.
- In terminal:
python3 -m http.server 8080 - Open http://localhost:8080