#59 — Steering Behaviors
In this coding challenge, I look at extracting font path points from text in p5.js with p5.Font.textToPoints(). I render the text as particles with steering behaviors that react to the mouse.
- This paper presents solutions for one requirement of autonomous characters in animation and games. 
- These video lessons accompany Chapter 6 (Autonomous Agents) from The Nature of Code book. 
- Live Stream with 3D Earthquake Data Visualization & Steering Behaviors 
- Editingby Mathieu Blanchette 
- Animationsby Jason Heglund 
