Pinned Repositories
array-matrix
Matrix operations with 2D arrays
array__ops
A selection of useful array operations
BioShockMod
This minecraft mod introduces a lot of game elements from the three bioshock games Bioshock, Bioshock 2 and Bioshock Infinite to Minecraft
blue_chorus
A chorus-effect VST emulating the BOSS CE-2
currying
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 one less argument.
custom_float
Customizable floating point types, with all standard floating point operations implemented from scratch.
moddef
Macro for convenient module declaration. Each module can be put in a group, and visibility can be applied to the whole group with ease.
PartLookup
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.
real_time_fir_iir_filters
Real-time FIR and IIR filters designed for use with vst's
signal_processing
A signal processing library in Rust, with the goal of being a decent alternative to Matlab's Signal Processing Toolbox and scipy.signal
sigurd4's Repositories
sigurd4/currying
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 one less argument.
sigurd4/signal_processing
A signal processing library in Rust, with the goal of being a decent alternative to Matlab's Signal Processing Toolbox and scipy.signal
sigurd4/moddef
Macro for convenient module declaration. Each module can be put in a group, and visibility can be applied to the whole group with ease.
sigurd4/real_time_fir_iir_filters
Real-time FIR and IIR filters designed for use with vst's
sigurd4/array__ops
A selection of useful array operations
sigurd4/custom_float
Customizable floating point types, with all standard floating point operations implemented from scratch.
sigurd4/PartLookup
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.
sigurd4/blue_chorus
A chorus-effect VST emulating the BOSS CE-2
sigurd4/lifeisamazing
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 manually.
sigurd4/slice_ops
A selection of useful slice operations that run at compile-time
sigurd4/transfer_function
Transfer functions in s- and z-domain in rust
sigurd4/array_math
A selection of useful math operations on arrays
sigurd4/array_trait
A generic trait for any array, with item as type and length as const parameter
sigurd4/fdnverb
A feedback delay network-based reverb plugin
sigurd4/mekka_synth
A moog-like synthesizer VST2-plugin
sigurd4/my_project_cxx
A pre-made cross-platform workspace for easily writing C++23. This is just a project template.
sigurd4/poengsum
A very simple CLI tool that counts points and keeps track of teams competing in a quiz.
sigurd4/raytracing
A simple, lightweight raytracing library
sigurd4/saturation
A collection of signal clipping functions
sigurd4/tuple_split
An extension for the tupleops crate which adds a trait for splitting tuples by an index.
sigurd4/BallPit
Balls subject to natural selection and evolution, powered by a simple neural network.
sigurd4/basic_filter
A simple VST-plugin with a single 2. order parametric filter
sigurd4/delay_line
A delay-line
sigurd4/fn_zip
Provides a zip trait for functions, allowing two functions to be combined at compile-time before being called.
sigurd4/L-Math-ty-kirjat
sigurd4/linked_list
Another linked list implementation in C++
sigurd4/option_trait
Helper traits for more generalized options
sigurd4/oscillation
Oscillators and a collection of waveforms for real-time usage
sigurd4/slice_math
A selection of useful math operations on slices
sigurd4/slice_trait
A generic trait for any slice, with item as a type parameter