Modular C++20 library code to visualize numerical simulations using modern OpenGL. Mathplot is a library for drawing 3D data visualization objects called VisualModels. This modular C++ code provides ...
Around March 2026 I wanted to try to improve the 35 second build time of a project I was working on. I was originally building the project with gcc-13 (and sometimes gcc-14), and linking the library ...