Why must every new rust project be reported here? Are there any other languages for which every new thing is being reported as if it were some major milestone? Is it true that this happens because Amazon is astroturfing rust like mad (as suggested on this website the other day)?
Does every new rust project really get reported here, or do you just only feel the need to post about your annoyance when the projects posted here happen to be written in rust?
RBoy: A Gameboy Emulator in Rust
11–20 of 63 posts
Re: RBoy: A Gameboy Emulator in Rust
#12Why must every new rust project be reported here? Are there any other languages for which every new thing is being reported as if it were some major milestone? Is it true that this happens because Amazon is astroturfing rust like mad (as suggested on this website the other day)?
Re: RBoy: A Gameboy Emulator in Rust
#13Re: RBoy: A Gameboy Emulator in Rust
#14Earlier quoted context omitted.
Does every new rust project really get reported here, or do you just only feel the need to post about your annoyance when the projects posted here happen to be written in rust?
I wouldn't know, I hardly ever see such posts about other languages. Weird, isn't it, that only rust gets that treatment?
* Slacktyping: I'm typing when you're typing (2018)
* The world's worst Linux kernel module
* Show HN: Go playground powered by WASM that runs in the browser
* Elk: A low footprint JavaScript engine for embedded systems
Re: RBoy: A Gameboy Emulator in Rust
#15Why must every new rust project be reported here? Are there any other languages for which every new thing is being reported as if it were some major milestone? Is it true that this happens because Amazon is astroturfing rust like mad (as suggested on this website the other day)?
Now Rust has the spotlight and the stage.
In one, two years time, that will be Zig, Nim, ..., or some strage one that finally gets an ergonomic way to do dependent types for mainstream developers.
Re: RBoy: A Gameboy Emulator in Rust
#16A rust port for the gameboy, that would have been impressive...
there's only a barely working, undocumented backend for LLVM on the z80. You could probably do this with mrustc.
But then I am biased, having the Z80 opcodes burned in my brain due to the Speccy days.
Re: RBoy: A Gameboy Emulator in Rust
#17Earlier quoted context omitted.
Does every new rust project really get reported here, or do you just only feel the need to post about your annoyance when the projects posted here happen to be written in rust?
I wouldn't know, I hardly ever see such posts about other languages. Weird, isn't it, that only rust gets that treatment?
Re: RBoy: A Gameboy Emulator in Rust
#18Re: RBoy: A Gameboy Emulator in Rust
#19A rust port for the gameboy, that would have been impressive...
Re: RBoy: A Gameboy Emulator in Rust
#20Earlier quoted context omitted.
there's only a barely working, undocumented backend for LLVM on the z80. You could probably do this with mrustc.
The Game Boy doesn't use a Z80 though. It's based on a SM83 core, an obscure Sharp design.