- in a tub of macaronies
-
bulks Public
An array-friendly counterpart to iterators, allowing lazy iterator-like operations on arrays.
Rust MIT License UpdatedNov 5, 2025 -
-
-
custom_float Public
Customizable floating point types, with all standard floating point operations implemented from scratch.
-
blue_chorus Public
A chorus-effect VST emulating the BOSS CE-2
-
oscillation Public
Oscillators and a collection of waveforms for real-time usage
Rust MIT License UpdatedOct 27, 2025 -
saturation Public
A collection of signal clipping functions
-
real_time_fir_iir_filters Public
Real-time FIR and IIR filters designed for use with vst's
-
array_trait Public
A generic trait for any array, with item as type and length as const parameter
Rust MIT License UpdatedOct 25, 2025 -
slice_trait Public
A generic trait for any slice, with item as a type parameter
-
linspace Public
Turns a range into a linearly spaced sequence of values.
-
currying Public
A crate for argument-currying anything implementing FnOnce. Arguments can be passed one at a time, yielding a new something implementing FnOnce (and possibly FnMut and Fn) which can be called with …
-
rust Public
Forked from rust-lang/rustEmpowering everyone to build reliable and efficient software.
Rust Other UpdatedOct 19, 2025 -
poengsum Public
A very simple CLI tool that counts points and keeps track of teams competing in a quiz.
-
-
fn_zip Public
Provides a zip trait for functions, allowing two functions to be combined at compile-time before being called.
Rust MIT License UpdatedJun 23, 2025 -
basic_filter Public
A simple VST-plugin with a single 2. order parametric filter
Rust MIT License UpdatedJun 23, 2025 -
-
option_trait Public
Helper traits for more generalized options
Rust MIT License UpdatedJun 23, 2025 -
moddef Public
Macro for convenient module declaration. Each module can be put in a group, and visibility can be applied to the whole group with ease.
-
-
my_project_cxx Public
A pre-made cross-platform workspace for easily writing C++23. This is just a project template.
-
slice_ops Public
A selection of useful slice operations that run at compile-time
-
array__ops Public
A selection of useful array operations
-
slice_math Public
A selection of useful math operations on slices
Rust MIT License UpdatedFeb 3, 2025 -
tuple_split Public
An extension for the tupleops crate which adds a trait for splitting tuples by an index.
Rust MIT License UpdatedDec 29, 2024 -
BallPit Public
Balls subject to natural selection and evolution, powered by a simple neural network.
C# GNU General Public License v2.0 UpdatedDec 19, 2024 -
lifeisamazing Public
A more minimal version of https://github.com/hunar4321/life_code written in Rust. Particle physics breaking newtons 3rd law of motion. In this version the weights are set randomly and cannot be set…
-
-
array_math Public
A selection of useful math operations on arrays