Explore >> Select a destination


You are here

bitshifter.github.io
| | josephg.com
2.8 parsecs away

Travel
| | [AI summary] The user has expressed a wealth of ideas for improving the Rust programming language, covering topics like comptime, macros, macros, and more. They also mention their frustration with certain language features and the challenges of contributing to the Rust ecosystem through RFCs.
| | danielsieger.com
2.1 parsecs away

Travel
| | A summary of learning Rust and writing a ray tracer from scratch using test-driven development.
| | limpet.net
2.8 parsecs away

Travel
| | [AI summary] This article explains Rust's memory safety guarantees by reframing the compiler's borrowing and lifetime checks as a system of unique versus shared access to data.
| | diaryofagraphicsprogrammer.blogspot.com
22.7 parsecs away

Travel
| In June last year I had an idea for a new rendering design. I call it light pre-pass renderer. The idea is to fill up a Z buffer first and a...