Challenges

Featured Challenge:
#12 — The Lorenz Attractor

In this coding challenge, I show you how to visualization the Lorenz Attractor in Processing.

may 06, 2016

The Lorenz Attractor

Filter by Language

Pick a language to filter

Filter by Topic

pendulum

Boing! Time to simulate a spring force! This challenge fits into chapters 2 and 3 of the Nature of Code and demonstrates how to simulate the oscillating motion of a spring using vectors and forces.

Spring Forces

Choo choo! In this challenge, I build on chapter 3 (Oscillating Motion) of the Nature of Code series and simulate a simple pendulum in p5.js via angular acceleration.

Simple Pendulum Simulation