Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/7sharp9/busy_bee
Atari ST emulator in Rust
https://github.com/7sharp9/busy_bee
68k atari-st-emulator emulator rust
Last synced: 19 days ago
JSON representation
Atari ST emulator in Rust
- Host: GitHub
- URL: https://github.com/7sharp9/busy_bee
- Owner: 7sharp9
- License: apache-2.0
- Created: 2020-01-06T13:36:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T17:18:51.000Z (almost 4 years ago)
- Last Synced: 2024-10-06T09:56:39.934Z (about 1 month ago)
- Topics: 68k, atari-st-emulator, emulator, rust
- Language: Rust
- Size: 91.8 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# busy_bee
This is an Atari ST emulator in RustIve not refactored yet as I want this to remain clear on the process rather than dive in and hide everything with macros. Although macros can really help with duplicated content they can also be an obfuscator for anyone new to the language or domain. Saying this there asre a few macros in here to help with numeric conversions.
Eventually I aim to have this running with Wasm with a JavaScrip front end possibly using TypeScript or Fable or ReasonML, maybe all of those to see what feels the best.