There are no reviews yet. Be the first to send feedback to the community and the maintainers!
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.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.array-matrix
Matrix operations with 2D arraysstate-space
A small control-systems library for rust, introducing state space equationsBioShockMod
This minecraft mod introduces a lot of game elements from the three bioshock games Bioshock, Bioshock 2 and Bioshock Infinite to MinecraftPartLookup
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.blue_chorus
A chorus-effect VST emulating the BOSS CE-2, written in Rusttransfer_function
Transfer functions in s- and z-domain in rustraytracing
A simple, lightweight raytracing librarymekka_synth
A moog-like synthesizer VST2-pluginarray_math
A selection of useful math operations on arraysarray_ops
A selection of useful array operationssss_fft
FFT and IFFT for arrays and iterateable collections with modular algorithm interfacereal_time_fir_iir_filters
Real-time FIR and IIR filters designed for use with vst'sSigurdsEpicAdventureStuff
A minecraft mod adding various adventure-themed items appearing randomly in treasure chestsarray_trait
A generic trait for any array. Contains various methods for operating with arrays at compile time.rclc_cppb
C++ OOP bindings for Micro-ROS implementation of rclcfloat_approx_math
A math library for compile-time floating-point approximations (sqrt, sin, cos, etc...)polynomial_ops
Multivariable polynomial operations on arrays and vectorsfpga_sequencer
A 16-step, 3-channel sequencernum_identities_const
Provides a trait which holds a constant for ONE and ZERO of some types. Extension of num-traits crate.tuple_split
An extension for the tupleops crate which adds a trait for splitting tuples by an index.currycompose
A crate providing a trait for performing currying (and non-currying) function-composition in rust.Love Open Source and this site? Check out how you can help us