PBRT in Rust

Rust crate to implement a counterpart to the PBRT book’s (3rd edition) C++ code. See also https://www.rs-pbrt.org/about … – wahn/rs_pbrt… Read more

Similar

My Experience Building an Editor in Rust

I've always wanted to build a text editor. I've played around before with trying to modify existing editors like codemirror. But ultimately those just felt incredibly unsatisfying. While I was able to make some fun little experiments with them, I was just... (more…)

Read more »

Tokio, the async runtime for Rust, hits 1.0

We are pleased to announce the 1.0 release of Tokio, an asynchronous runtime for the Rust programming language. Tokio provides the needed building blocks for writing reliable networking applications without compromising speed. It comes with asynchronous A... (more…)

Read more »