Starred repositories
Empowering everyone to build reliable and efficient software.
OBS Studio - Free and open source software for live streaming and screen recording
A refreshingly simple data-driven game engine built in Rust
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
binary releases of VS Code without MS branding/telemetry/licensing
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
A brief computer graphics / rendering course
Anime Girls Holding Programming Books
Sioyek is a PDF viewer with a focus on textbooks and research papers
Lean 4 programming language and theorem prover
Safe and rich Rust wrapper around the Vulkan API
An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
Lightweight, Linux-compatible kernel, written in Rust to leverage the safety of the typesystem. Aiming to remove as much legacy as possible while supporting most usecases
Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/
I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
A simple browser extension to bypass YouTube's age verification, disable content warnings and watch age restricted videos without having to sign in!
An implementation and definition of the Rust trait system using a PROLOG-like logic solver
Numerical differential equation solvers in JAX. Autodifferentiable and GPU-capable. https://docs.kidger.site/diffrax/
Lisp in 99 lines of C and how to write one yourself. Includes 21 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.