-
matplotlib-cpp
Extremely simple yet powerful header-only C++ plotting library built on the popular matplotlib
There's actually a wrapper for matplotlib for cpp https://github.com/lava/matplotlib-cpp, so it's more or less doing exactly what you asked. Cpp doing all the heavy lifting, then matplotlib making the graphs.
-
Scout Monitoring
Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
-
-
Advent2021
A python program that zooms into part of the Mandelbrot set each day, generating a beautiful image. (by EthanTribe)
If you don't mind - could you tell me how you created the high-res images? e.g. https://github.com/EthanTribe/Advent2021/blob/main/Advent2.jpg
-
Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
Without using high precision - the above image took 1m 20s to generate by turning inSet into nim code: