rust-nes-emulator-embedded
rust-nes-emulator-embedded copied to clipboard
NES Emulator written in Rust embedded in STM32. Optimized for embedded.
rust-nes-emulator-embedded
original - github.com/kamiyaowl/rust-nes-emulator
<project-root>/minimal
In order to profile our implementation in STM32, we used to call Rust from C to implement it. For rendering, we use raylib.
Through this project, we are analyzing and improving performance issues.

<project-root>/stm32f7
TODO:
An improved NES Emulator written in Rust on STM32 application. It is expected to have better performance than the original project ...