Get the latest tech news
Plastic – A Modern NES Emulator That Works with EGUI and TUI
NES emulator in rust with egui and TUI. Contribute to Amjad50/plastic development by creating an account on GitHub.
The main emulator is at plastic_core And its a struct NES, where the UI would clock it, and then take the resulting audio and pixel buffers to handle them. Also since this uses one character for each pixel, it is advised to use the smallest font size your terminal emulator supports. keyboardnes controllerJBKAUSelectIStartWUpSDownALeftDRightgamepad (PS4)nes controllerXBOASelectSelectStartStartButton UpUpButton DownDownButton LeftLeftButton RightRightFor now its static, and there is no way to change it except for doing it in the code, TODO later.
Or read this on Hacker News