(no title)
memkit | 1 year ago
I'm also working on a Rust+WASM+WebGPU game from scratch. The process has been absolutely wonderful.
The stack (or, more generally, game dev from scratch) touches so many important CS concepts: computer architecture and systems programming at the bottom, all the way up to extremely abstract programming language theory and front end web dev at the top. Add in networking and your own distribution platform (even a simple REST website) and you end up doing and learning more than you would in most CS programs.
No comments yet.