1
0
Fork 0
mirror of https://github.com/fffaraz/awesome-cpp.git synced 2025-03-10 17:19:07 -04:00

Add morphologica (#1653)

This commit is contained in:
myd7349 2025-03-08 15:42:31 +08:00 committed by GitHub
parent f017686ea6
commit 1f7b21a4b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -468,6 +468,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [gplot++](https://github.com/ziotom78/gplotpp) - Cross-platform header-only C++ plotting library that interfaces with Gnuplot. [MIT]
* [matplotplusplus](https://github.com/alandefreitas/matplotplusplus) - C++ Graphics Library for Data Visualization. [MIT] [website](https://alandefreitas.github.io/matplotplusplus/)
* [morphologica](https://github.com/ABRG-Models/morphologica) - C++ header-only graphing and data visualization with modern OpenGL. [Apache-2.0] [website](https://abrg-models.github.io/morphologica/)
## Debug
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*