Noctane: WIP PSX emulator

This page summarizes the projects mentioned and recommended in the original post on /r/EmuDev

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • noctane

    Discontinued Yet another PlayStation emulator.

  • If you want to check it out for yourself, the codebase is written in Rust and available at https://github.com/norepimorphism/noctane. If you don't want to mess with compiling (I don't blame you), a precompiled Windows executable of the debugger demo is available here.

  • crates.io

    The Rust package registry

  • Package management is easy, and crates.io has nearly everything I need. wgpu, my favorite backend-agnostic graphics API, is written in Rust and published there.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gostation

    PSX Emulator in Go

  • Nice work! I also started implementing my PS1 emulator last month in Golang. You can find mine here. It looks like our progress are very similar. My emulator can currently boot BIOS to the shell menu (with some hacks) and run some homebrew programs. It can’t boot games yet because I’m still trying to understand how CDROM drive works lol. In future, I’m also thinking about creating a WASM port. I haven’t found any PS1 emulators that runs in web so far.

  • PSX

    PlayStation Bare Metal Mips Assembly Programming (by PeterLemon)

  • I am using the tests from here: https://github.com/PeterLemon/PSX

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts