gopher64 icon
gopher64 icon

gopher64

gopher64 is an N64 emulator written in Rust.

gopher64 screenshot 1

Cost / License

Application type

Platforms

  • Windows
  • Linux
  • Flathub
7likes
0comments
0articles

Features

  1.  Controller Support
  2.  Portable

gopher64 News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

gopher64 information

AlternativeTo Categories

Gaming SoftwareSystem & Hardware

GitHub repository

  •  1,234 Stars
  •  42 Forks
  •  16 Open Issues
  •   Updated  
View on GitHub
gopher64 was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Featured in Lists

Here are the best emulators for any system (well the most popular systems at least)! At least according to me.

List by Darlene Sonalder with 67 apps, updated

What is gopher64?

gopher64 is an N64 emulator written in Rust.

Goals

  • Performance. I want to be able to use this emulator on my laptop.
  • Easy to use.
  • Easy to work on. Dynamic recompilers perform well, but they are very hard to read and understand. This emulator will only have interpreters for the CPU and RSP. Additionally, it is completely written in Rust (besides Parallel-RDP), a modern programming language with a growing user base. I've tried to avoid the use of macros, which can reduce some repetitiveness in the code, but also reduce readability.