Experiments

Monkey language interpreter made in Rust
An interpreter for the Monkey programming language. From the “*Writing An Interpreter In Go*” book, but made in Rust.
Read full story
A generator of fake images
A little placeholder images generator made in Python. Useful when designing a website if you are missing some content.
Read full story
A not so classic Chip8 emulator
A weird take on a chip8 emulator, by making the rendering of the game itself 3D and being able to navigate “inside” it.
Read full story