Rust Implementation of the Book Ray Tracing in One Weekend

Rust implementation of the book Ray Tracing in One Weekend – perliedman/raytracing-in-one-weekend… Read more

Similar

24 days of Rust – app_dirs and preferences

Today we're going to take a brief look at two crates from the same author - Andy Barron. The first of them is app_dirs - a useful library to find platform-dependent directories, such as application configuration, data directory or cache. The second crate ...

Read more »