Three.js based 3d mesh deformation sandbox. This project was developed for the INF555 - Digital Representations and Analysis of Shapes course at Ecole Polytechnique.
Demo available at: https://arap-x.herokuapp.com/
To easily build and run the sandbox locally just run the following commands in the root:
$ docker-compose build && docker-compose up
The generated docker image is heroku ready!
-
Sorkine O., Alexa M.: As-Rigid-As-Possible Surface Modeling (2007). The Eurographics Association. Available at < http://www.igl.ethz.ch/projects/ARAP/arap_web.pdf >
-
Three.js library documentation. Available at < https://threejs.org/docs/index.html >
-
The WebSocket interface - HTML Living Standard. Available at < https://html.spec.whatwg.org/multipage/web-sockets.html >