A Markdown formatter that enforces Hong Minhee's Markdown style conventions - dahlia/hongdown... (more…)
Read more »
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 »
Many years ago, Peter Norvig wrote a beautiful article about creating a lisp interpreter in Python. Itโs the most fun tutorial Iโve seen, not just because it teaches you about my favorite language ... (more…)
Read more »
In this article Iโm gonna show how to extend C code with a function written in Rust. For the sake of simplicity, letโs do it by writing a simple โhello world!โ. (more…)
Read more »