Skip to content

Latest commit

 

History

History
128 lines (93 loc) · 9.32 KB

toolbox_scientific.md

File metadata and controls

128 lines (93 loc) · 9.32 KB

♾️ Scientific Toolbox

Awesome collection of crates for Math, Physycs, Lienar Algebra, Machine Learnign, DSP. It is curated by us.

You might also be interested in other tooboxes:

  • 🔧 Explore : general-purpose toolbox with collection of crates.
  • 🎮 Explore : multimedia toolbox with collection of crates for GameDev, Graphics, Video, Audio.
  • ♾️ Explore : scientific toolbox with collection of crates for Math, Physycs, Lienar Algebra, Machine Learnign, DSP.
  • 📦 Explore : distros toolbox with collection of utilities written in Rust to been distributed outside of Rust ecosystem.

⬇️ Tags legend at the end of the page.

General-purpose math

( math ) ( general )

  • ultraviolet by Gray Olson : linear algebra crate for games and graphics
  • nalgebra by dimforge : game linear algebra
  • cgmath by rustgd : A linear algebra and mathematics library for computer graphics
  • gml : Graphics Math Library. Generic Vector and Matrix Math library targetting graphics applications.
  • geomath by bendou : stack-allocated maths for geometry, simulation and computer graphics

Unsorted math

( math ) ( unsorted )

Graphs

( data_structure ) ( graphs )

Meta math

( math ) ( meta )

Physics

( physics )

DSP

( sound ) ( dsp )

HPC

( hpc )

ML

( ml )

Tags legend

  • ( general ) - general-purpose
  • ( data_structure ) - data structures and algorithms
  • ( graphs ) - graphs data structures and algorithms
  • ( math ) - math
  • ( meta ) - meta
  • ( physics ) - physics
  • ( dsp ) - digital signals processing
  • ( safety ) - GDPR and data safety
  • ( hpc ) - high performance computing
  • ( ml ) - machine learning