This is a project for looping through a set of frames of an animations.
To install p5 types to use with this project, first check that Node.js is installed:
node --versionIf Node returns the version, make sure you have navigated to the project directory and initialize a new Node package:
npm init -yThen, download & install the p5 package:
npm install @types/p5- Add option to switch between DVD bounce and static rotation
- Add DVD bounce
- dvd-bounce.js: Program static rotation
- loop-frames.js: Load 3D model to canvas
- loop-frames.js: Load frames to canvas and loop
- Start project