Pinned Repositories
advent-of-code-2021
Advent of Code 2021 Solutions and Thoughts
advent-of-code-2022
Advent of Code 2022 Solutions and Thoughts
bela-rs
Safe Rust wrapper for the Bela.io API for realtime audio and sensor feedback
bela-template
`cargo generate` template for pure-Rust Bela projects
h_da-aes
Slides shown at h_da appointment lecture “Advanced Embedded Systems”
poly-rs
Poly – Generic dense polynomials. This crate implements type-generic dense polynomial arithmetic.
raytracing-weekend-rs
A simple Rust implementation of Peter Shirley's “Ray Tracing in One Weekend.”
totally-ordered-rs
Totally ordered comparison for IEEE binary32/binary64 in Rust.
wdl-ol
Enhanced version of Cockos' IPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported.
winit
Window handling library in pure Rust
l0calh05t's Repositories
l0calh05t/bela-rs
Safe Rust wrapper for the Bela.io API for realtime audio and sensor feedback
l0calh05t/bela-template
`cargo generate` template for pure-Rust Bela projects
l0calh05t/raytracing-weekend-rs
A simple Rust implementation of Peter Shirley's “Ray Tracing in One Weekend.”
l0calh05t/totally-ordered-rs
Totally ordered comparison for IEEE binary32/binary64 in Rust.
l0calh05t/advent-of-code-2021
Advent of Code 2021 Solutions and Thoughts
l0calh05t/advent-of-code-2022
Advent of Code 2022 Solutions and Thoughts
l0calh05t/h_da-aes
Slides shown at h_da appointment lecture “Advanced Embedded Systems”
l0calh05t/poly-rs
Poly – Generic dense polynomials. This crate implements type-generic dense polynomial arithmetic.
l0calh05t/wdl-ol
Enhanced version of Cockos' IPlug - A simple-to-use C++ framework for developing cross platform audio plugins and targeting multiple plugin APIs with the same code. VST / VST3 / Audiounit / RTAS / AAX (Native) formats supported.
l0calh05t/winit
Window handling library in pure Rust
l0calh05t/aa_standalone
Audio Anywhere Standalone Desktop Application
l0calh05t/bela-sys
Rust bindings to the Bela microcontroller C API
l0calh05t/ebur128
Implementation of the EBU R128 loudness standard
l0calh05t/ihcoords
l0calh05t/jsFader-rs
Rust version of jsFader (see https://electric-snow.net/plugins/) to evaluate vst-rs
l0calh05t/libebur128
A library implementing the EBU R128 loudness standard.
l0calh05t/meshoptimizer
Mesh optimization library that makes meshes smaller and faster to render
l0calh05t/quickjs-rs
Rust wrapper for the quickjs Javascript engine.
l0calh05t/rustup
The Rust toolchain installer
l0calh05t/wasmer-katex-poc
A quick proof of concept of using wasmer, to run a WASI version of qjs (QuickJS CLI) to compile KaTeX from Rust
l0calh05t/winapi-rs-dynamic-experiment
A small experiment to see if https://github.com/retep998/winapi-rs/issues/518 is doable with proc_macro