Skip to content

Commit 412b1a4

Browse files
authored
Update entry for morphologica (now mathplot) (#1705)
* Update entry for morphologica (now mathplot) In July, morphologica was renamed to mathplot to better describe the reason for the library's existence. I quick look at https://github.com/ABRG-Models/morphologica/ will confirm that morphologica has been archived and development moved to https://github.com/sebsjames/mathplot * Adds entry for sebsjames/maths I'm submitting the maths library that is used in mathplot. The library is mature and continuously developed. It began life as part of [morphologica](https://github.com/ABRG-Models/morphologica) and was split out into its own repository when morphologica was renamed to [mathplot](https://github.com/sebsjames/mathplot)
1 parent b66837b commit 412b1a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
473473

474474
* [gplot++](https://github.com/ziotom78/gplotpp) - Cross-platform header-only C++ plotting library that interfaces with Gnuplot. [MIT]
475475
* [matplotplusplus](https://github.com/alandefreitas/matplotplusplus) - C++ Graphics Library for Data Visualization. [MIT] [website](https://alandefreitas.github.io/matplotplusplus/)
476-
* [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/)
476+
* [mathplot](https://github.com/sebsjames/mathplot) - C++ header-only graphing and data visualization with modern OpenGL. [Apache-2.0] [website](https://sebsjames.github.io/mathplot/)
477477

478478
## Debug
479479
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*
@@ -858,6 +858,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
858858
* [OpenBLAS](https://github.com/xianyi/OpenBLAS) - An optimized BLAS library based on GotoBLAS2 1.13 BSD version. [BSD 3-clause] [website](http://www.openblas.net/)
859859
* [PCG-rand](https://www.pcg-random.org/) - PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict. [Apache]
860860
* [QuantLib](https://github.com/lballabio/quantlib) - A free/open-source library for quantitative finance. [Modified BSD] [website](http://quantlib.org/)
861+
* [sebsjames/maths](https://github.com/sebsjames/maths) - A templated C++20 math library which emphasizes convenience and pleasure for the client programmer (used in [mathplot](https://github.com/sebsjames/mathplot)). [Apache2] [website](https://sebsjames.github.io/maths/)
861862
* [SimSIMD](https://github.com/ashvardanian/SimSIMD) - Vector distance functions for x86 AVX2, AVX-512, Arm NEON, and SVE. [Apache2]
862863
* [StatsLib](https://github.com/kthohr/stats) - A C++ header-only library of statistical distribution functions. [Apache2] [website](https://www.kthohr.com/statslib.html)
863864
* [SymEngine](https://github.com/symengine/symengine) - Fast symbolic manipulation library, a rewriting of SymPy's core in C++. [MIT]

0 commit comments

Comments
 (0)