https://tauri.studio/en/ · Learn and master any skill with detailed tutorials and expert insights.
https://github.com/EmbarkStudios/kajiya · π‘ Experimental real-time global illumination renderer π¦ - EmbarkStudios/kajiya
https://medium.com/embarkstudios/homegrown-rendering-with-rust-1e39068e56a7 · In this post, Embark software engineer Tomasz Stachowiak lets you in on how we approach 3D rendering with Rust for our creative platform.
https://www.craigfe.io/posts/tail-recursion-modulo-cons · If the last action of a function is to call another function , the language run-time doesn't need to keep 's stack frame around whenβ¦
https://docs.rs/dtolnay/0.0.9/dtolnay/macro._02__reference_types.html · API documentation for the Rust `_02__reference_types` macro in crate `dtolnay`.
https://matt-rickard.com/next-gen-terminals/ · The terminal is as old as the computer and largely hasn't changed. It's where developers send commands to their machine (or remote machines) β you might hear it called the command line. But the terminal is text-only: ...
https://matt-rickard.com/ · About Matt Rickard.
https://matt-rickard.com/monorepos/ · When you're organizing your code, you essentially have two choices β tracking changes in many smaller repositories or tracking changes in a single large repository. This is the age-old debate of "monorepos(itories) vs...
https://strlen.com/lobster/
https://tokio.rs/blog/2021-12-announcing-tokio-console · Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.