The following videos are animation generated through PBCD simulation:
| Built in ThreeJS renderer | Fully rendered in Blender Cycles |
|---|---|
ThreeJS.mp4 |
Cycles.mp4 |
This project only depends on ThreeJS and parcel. To build the project, clone the repository and install these 2 dependencies with yarn:
yarn install
then, run the development server with
yarn start
or build the project to github pages (to /docs) with
yarn build-gh-pages
TODO
MIT