Projects

Language: 🇯🇵 | 🇺🇸

This page showcases software projects I have developed as personal projects.

Game Boy Emulator Link to heading

A Game Boy emulator implemented in Rust. It can be compiled to WebAssembly and run directly in a web browser.

Game Boy emulator screenshot

Proto OS Link to heading

A hobby operating system developed for learning, following along with the Japanese book “ゼロからの OS 自作入門”. The goal is to gain a deeper understanding of how operating systems work by implementing the bootloader and kernel from scratch.

Proto OS screenshot