Wgpu is a Rust implementation of the WebGPU API spec . WebGPU is a specification published by the GPU for the Web Community Group. It aims to allow web code access to GPU functions in a safe and reliable manner. It does this by mimicking the Vulkan API, ... (more…)
Read more »
Asynchronous programming in Rust: what it is, how to do it, and why we should care. (more…)
Read more »
Horust is a supervisor system written in rust and designed to be run in containers. - FedericoPonzi/Horust... (more…)
Read more »
Deno is created by the original developer of Node.js, Ryan Dahl, to address what he called 10 things I regret about Node.js. It did away with the NPM and the infamous node_modules. Deno is a single binary executable to run applications written in TypeScri... (more…)
Read more »
With SixtyFPS, we are creating a GUI toolkit. We chose
Rust as the implementation language for our runtime library, and we want to make the same library usable from different
programming languages. We believe programmers in all languages need... (more…)
Read more »