Introduction to Procedural Animation
Resources
Requirements
Laptop with a browser or text editor
Recommended to use javascript with p5.js, templates for Java (processing), Python (pygame) and C++ (sfml) are availabe, but without installation instructions
As long as basic geometric shapes can be drawn it doesnt matter
Objectives
- Introduction to Procedural Animation with examples
- Simple time based animation
- Constraint based movement
- Inverse kinematics arm
- Simple cloth simulation
- Emergent behaviour (Boids)