First Impressions of Rust

I’ve been wanting to write a big project in Rust for a while as a learning exercise, and actually started one in late 2018 (a FUSE server implementation). But then life happened and I got busy and never went anywhere with it. Due to certain world circumst… Read more

Similar

Rust-GPU v0.2

Created by @bcata6 using rust-gpu (Rust source) with shaders originally from https://shadertoy.com/ Hello everyone, and welcome to the second release of rust-gpu! Our project aimed at making Rust a... (more…)

Read more »

Writing NES Emulator in Rust

The NES (Nintendo Entertainment System) was one of the most popular gaming platforms throughout the 80s and the 90s. The platform and the emergent ecosystem was and still is a huge cultural phenomenon. The device itself had relatively simple hardware (jud... (more…)

Read more »

Next Rust Compiler

In Rust in 2023, @nrc floated an idea of a Rust compiler rewrite. As my hobby is writing Rust compiler frontends (1, 2), I have some (but not very many) thoughts here! The post consists of two parts, covering organizational and technical aspects. (more…)

Read more »