emulator

Chip 8 Emulator in Javascript

Radu Angelescu

This weeks short and sweet project is actually a CHIP-8 emulator. Check it out !

Play with it by clicking here

See how I programmed it by clicking here (or just scroll :) ).

Check the github code here.

Differential Evolution

Radu Angelescu

This weekend I was looking into d3js. I saw a lot of cool visualizations on the web that used d3js and was actively searching for something good for rendering data in javascript.

I started learning the basics and while doing this I said to myself I should actually do something to express an algorithm, not just random art.