Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.94 KB

File metadata and controls

47 lines (38 loc) · 1.94 KB
                           _        _             
                          | |      | |            
  ___ ___  _ __  ___  ___ | | ___  | | ___   __ _ 
 / __/ _ \| '_ \/ __|/ _ \| |/ _ \ | |/ _ \ / _` |
| (_| (_) | | | \__ \ (_) | |  __/_| | (_) | (_| |
 \___\___/|_| |_|___/\___/|_|\___(_)_|\___/ \__, |
                                             __/ |
                                            |___/ 
  

Welcome to my sandbox where I break things for fun while trying to make something cool. My canvas for experiments with creative coding and other hacky goodness.

Check out my sketches:

  • Text to Points: Text to points in P5.

  • Three.js: My first experiment with three.js. Press and hold to orbit.

  • Perlin Noise Walker: The nature of code chapter 0. Randomness.

  • Hydra Painter: Sketch in P5 that uses Hydra as a brush texture for drawing.

  • Easing Vectors: The nature of code chapter 1. Vectors. A sketch in P5 that uses vectors for position, velocity, and acceleration to simulate spring-damped bouncing circles.

  • Hydra 01: My first experiment with Hydra and P5.