gopher64 icon
gopher64 icon

gopher64

 3 likes

gopher64 is an N64 emulator written in Rust.

gopher64 screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Linux
  • Flathub
  • Windows
  No rating
3likes
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

gopher64 News & Activities

Highlights All activities

Recent News

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

Recent activities

Show all activities

gopher64 information

  • Developed by

    gopher64
  • Licensing

    Open Source (GPL-3.0) and Free product.
  • Written in

  • Alternatives

    21 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Gaming Software

GitHub repository

  •  299 Stars
  •  7 Forks
  •  10 Open Issues
  •   Updated Jun 22, 2025 
View on GitHub

Our users have written 0 comments and reviews about gopher64, and it has gotten 3 likes

gopher64 was added to AlternativeTo by Paul on Nov 9, 2023 and this page was last updated Nov 9, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

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.