- in a tub of macaronies
-
slice_ops Public
A selection of useful slice operations that run at compile-time
-
array_trait Public
A generic trait for any array, with item as type and length as const parameter
Rust MIT License UpdatedFeb 16, 2025 -
slice_trait Public
A generic trait for any slice, with item as a type parameter
Rust MIT License UpdatedFeb 16, 2025 -
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 -
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.
-
fn_zip Public
Provides a zip trait for functions, allowing two functions to be combined at compile-time before being called.
Rust MIT License UpdatedDec 29, 2024 -
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 …
-
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…
-
-
-
-
real_time_fir_iir_filters Public
Real-time FIR and IIR filters designed for use with vst's
-
basic_filter Public
A simple VST-plugin with a single 2. order parametric filter
Rust MIT License UpdatedDec 12, 2024 -
array_math Public
A selection of useful math operations on arrays
-
-
signal_processing Public
A signal processing library in Rust, with the goal of being a decent alternative to Matlab's Signal Processing Toolbox and scipy.signal
-
-
blue_chorus Public
A chorus-effect VST emulating the BOSS CE-2, written in Rust
-
PartLookup Public
Lookup database for electrical components made for hobbyist/collector use. You can keep track of what transistors/diodes/etc that you have in your possession.
-
-
tui-chan Public
Forked from tuqqu/tui-chanTerminal User Interface for 4chan
Rust MIT License UpdatedSep 4, 2024 -
specfilter Public
A VST plugin providing many types of filters designed after given specifications.
Rust MIT License UpdatedMay 10, 2024 -
-
-
-
custom_float Public
Customizable floating point types, with all standard floating point operations implemented from scratch.