Skip to content

Commit 9093a7e

Browse files
author
myd7349
committed
Update README.md
1 parent d015690 commit 9093a7e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
2525
- [Multimedia](#multimedia)
2626
- [Networking](#networking)
2727
- [Physics](#physics)
28+
- [Scientific Computing](#scientific-computing)
2829
- [Scripting](#scripting)
2930
- [Serialization](#serialization)
3031
- [Video](#video)
@@ -295,6 +296,10 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
295296
* [ofxBox2d](https://github.com/vanderlin/ofxBox2d) - openFrameworks wrapper for Box2D. [BSD-like]
296297
* [Simbody](https://github.com/simbody/simbody) - High-performance C++ multibody dynamics/physics library for simulating articulated biomechanical and mechanical systems like vehicles, robots, and the human skeleton. [Apache2]
297298

299+
## Scientific Computing
300+
* [FFTW](http://www.fftw.org/) - A C library for computing the DFT in one or more dimensions. [GPL]
301+
* [GSL](http://www.gnu.org/software/gsl/) - GNU scientific library. [GPL]
302+
298303
## Scripting
299304

300305
* [ChaiScript](https://github.com/ChaiScript/ChaiScript/) - An easy to use embedded scripting language for C++. [BSD] [website](http://chaiscript.com/)

0 commit comments

Comments
 (0)