Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsduck/hocuspocube
A terrible GameCube emulator. Written in Nim!
https://github.com/rsduck/hocuspocube
emulator gamecube jit nim
Last synced: about 4 hours ago
JSON representation
A terrible GameCube emulator. Written in Nim!
- Host: GitHub
- URL: https://github.com/rsduck/hocuspocube
- Owner: RSDuck
- License: gpl-3.0
- Created: 2021-07-07T12:18:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T00:48:36.000Z (about 1 year ago)
- Last Synced: 2023-08-26T04:59:19.217Z (about 1 year ago)
- Topics: emulator, gamecube, jit, nim
- Language: Nim
- Homepage:
- Size: 2.64 MB
- Stars: 37
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: COPYING
Awesome Lists containing this project
README
# hocuspocube
Don't take this serious. I hope this doesn't become a Dolphin knock-off.
## Current developement state:
- A slow PPC interpreter with terrible floating point support and a somewhat faster JIT (with even more terrible floating point support)
- It boots a few commercial games
- Most DSP instructions, though the ARAM accelerator is missing (also sound output is not implemented, though it isn't really a loss since nothing runs currently at fullspeed anyway)
- A scheduler which is almost a direct copy of melonDS's