What's new

Gopher64 v0.1.3 released!

This is an N64 emulator written in Rust by Logan McNaughton (simple64) and some portions of it come from mupen64plus and/or ares.

1706538538462.png

The objectives in summary are as follows:

–Performance. The author wants to be able to use this emulator on my laptop.
– Easy to use.
– Easy to work with. Dynamic recompilers are powerful, but they are very difficult to read and understand. This emulator will only have interpreters for CPU and RSP. In addition, it is written in Rust (apart from Parallel-RDP), a modern programming language with an ever-growing number of users. The author has tried to avoid the use of macros, which can reduce the repetitiveness of the code, but also its readability.

Changelog:

 

Top