News

This project was inspired by elevation contour maps. Aren't they cool? I think so. The project is written in Python for Processing 3. Hills are modeled using bivariate gaussian curves, and rendered ...
Sometimes I have to write stuff so I won't forget how to do it. This is one of those times. In my recent post on the angular size of a soccer goal, I created a contour plot. Despite what you might ...
This project generates a procedural contour map based on Perlin noise and exports the result as an SVG file. The map can be customized with different noise scales, contour levels, and line thicknesses ...
Physics and Python stuff. Most of the videos here are either adapted from class lectures or solving physics problems. I really like to use numerical calculations without all the fancy programming ...