Recently, I ported my NES emulator, Ludus to run in the browser, using WASM. You can play around with it here. This post is a brief overview of the interesting aspects in creating this port. Ludus Ludus was an NES emulator that I wrote 3 years ago, back in 2018. I was starting my BSc at EPFL then, so it’s a bit fitting to revisit the project now that I’m starting my MSc.
- 2021年10月02日
- 6 分
Porting Ludus to the Web- 2020年12月05日
- 4 分
A simple algorithm for UNIX's TreeThis morning I decided to implement my own version of UNIX’s classic
tree
command in Rust. I thought the algorithm was both non-trivial, and interesting enough to warrant a quick blog post.- 2019年08月31日
- 9 分
- 2019年07月07日
- 5 分
- 2019年06月13日
- 3 分
Introducing LudusThis is a short post about a crate I recently published: https://crates.io/crates/ludus. This crate provides the core logic of an NES emulator, and can be used to build independent GUI applications.