Rust-Retro / RWG

Central Management Repo for the Retro Working Group
7 stars 3 forks source link

Compile List of assosiated projects. #2

Open IGBC opened 4 years ago

IGBC commented 4 years ago

Exactly what it says on the tin. As of right now prior art relating to retro platorms exists, out in the ether. We should probably complile a list of these projects in one place for future reference as the RWG works to grow support.

cr1901 commented 4 years ago

https://github.com/cr1901/parasol Parasol will be an SSL accelerator for old IBM PC compatibles to make them fast enough to do SSL under their own power. I have not worked out all the hardware details yet, but the firmware will be written in Rust.

jonas-schievink commented 4 years ago
IGBC commented 4 years ago

Yes I should probably finish the Neotron's PCB at some point cough

IGBC commented 4 years ago

Yet another rust to C compiler:

https://github.com/thepowersgang/mrustc

thejpster commented 4 years ago

Rust on the GBA: https://github.com/rust-console/gba Rust on the PlayStation 2: https://github.com/rust-console/ps2-bios-book

thejpster commented 4 years ago

Bare-metal Rust OS for x86-64: https://os.phil-opp.com/ (could be adapted for i386 relatively easily ...?)

thejpster commented 4 years ago

Jason Turner's x86 to 6502 transpiler: https://github.com/lefticus/x86-to-6502

sajattack commented 4 years ago

https://github.com/xTibor/rust-on-c64

IGBC commented 4 years ago

Theres a pr for tbis now #4

Add your suggestions by ammending the pr

IGBC commented 4 years ago

is this included anywhere: https://github.com/autc04/Retro68/blob/master/README.md ?