A Houdini data-driven setup and procedural animation. Imported stock performance data generated from a CSV file, and a Houdini setup that visualizes the data and animates the stocks' performance from week to week.
stocks_week_tracker.mp4
- The CSV table data is brought into Houdini, extract some of the key data points from it, and set up our base geometry.
- Create a procedural animation system that will animate the data from state to state - without keyframes. Because we use this system multiple times, we turn it into a Houdini Digital Asset (HDA).
- After setting up the data blocks and data animation, extract text from the CSV file, convert it into 3D text, and procedurally place it in the layout.
- Finally, frame the layout for the camera. Apply procedural methods to normalize the data and limit it within the camera's view angle.