From 1f7b21a4b079042540f2e8f99e12260e4e2ca5be Mon Sep 17 00:00:00 2001 From: myd7349 Date: Sat, 8 Mar 2025 15:42:31 +0800 Subject: [PATCH] Add morphologica (#1653) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 231491f..a40bdb4 100644 --- a/README.md +++ b/README.md @@ -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*