Highlights
Stars
Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable…
Intermediate Graphics Library (IGL) is a cross-platform library that commands the GPU. It provides a single low-level cross-platform interface on top of various graphics APIs (e.g. OpenGL, Metal an…
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines
Pen event interception for line smoothing on the reMarkable 2 tablet
Notes regarding things I have learned
My implementation of enSilo's Process Doppelganging (PE injection technique)
Intel, AMD, VIA & Freescale CPU Microcode Repositories
Start with shellcode execution using Windows APIs (high level), move on to native APIs (medium level) and finally to direct syscalls (low level).
Basic SAT model of x86 instructions using Z3, autogenerated from Intel docs
Intel Engine & Graphics Firmware Analysis Tool
This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
A brief computer graphics / rendering course
A library for 2D graphics, written in Rust, that works with multiple back-ends
This repo contains the DirectX Graphics samples that demonstrate how to build graphics intensive applications on Windows.
mimalloc is a compact general purpose allocator with excellent performance.
A bounded multi-producer multi-consumer concurrent queue written in C++11