Recreational Programming

Who doesn’t enjoy exploring topics in technology through small programming projects? I developed these little projects for myself for the fun of it. I invite you to look around.

Typescript Mandelbrot

Explore project

This is close to the Mandelbrot Set Generator I have been working towards.

  • Browser based
  • Written in Typescript
  • Fast rendering
  • Easy to explore
  • Bookmark and share interesting spots with the URL
  • Smooth coloring based on relative potentials

Typescript Julia

Julia Set
Explore project

This is an okay exploration. After I wrote it I was not totally happy with how I structured the code. It does render nicely. It only does the one render; the parameters are hard-coded.

First Chromium V8 Engine Experiment

Explore project

When Google first released a compiled JavaScript engine I was curious about it’s performance. I wrote this little Mandelbrot generator to test that Chomium Enigine.