More Stephen Wolfram and Brian Greene

What has been your silver lining during this COVID-19 crisis so far, in terms of self-directed learning? Simon is happy that Grant Sanderson, Stephen Wolfram and Brian Greene all have … Continue reading More Stephen Wolfram and Brian Greene

The Three-Body Problem in p5.JS

Simon’s visualization of the notorious thee-body problem (two stars and a particle) in 1D: https://editor.p5js.org/simontiger/sketches/WTUoBaxgo and in 2D: https://editor.p5js.org/simontiger/sketches/B0pQl94pd

We’ve found the real 0° meridian!

And it turned out to be a that little path next to the Royal Observatory in Greenwich, not the Prime Meridian line. The 0° meridian is what the GPS uses … Continue reading We’ve found the real 0° meridian!

Solar System in Processing Coding Challenge

Simon returned to the Solar System in Processing Coding Challenge by Daniel Shiffman – something he tried before and got stuck. He has now successfully completed both the 2D and … Continue reading Solar System in Processing Coding Challenge

MotorAttractor with Box2D in Processing (Java)

In this project Simon combined two exercises and one example from Daniel Shiffman’s Nature of Code book, Chapter 5 – Physic Libraries. The specific physics library used here is Box2D. … Continue reading MotorAttractor with Box2D in Processing (Java)

Simulating Evolution: Evolutionary Steering Behaviors

  On Wednesday Simon went on with playing god (evolution simulation) and translated Daniel Shiffman’s Evolutionary Steering Behaviors Coding Challenge from JavaScript to Java.  The goal of the challenge is to … Continue reading Simulating Evolution: Evolutionary Steering Behaviors