awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ABRG-Models avatar

ABRG-Models/morphologicaArchived

0
View on GitHub↗
309 stars·40 forks·C++·Apache-2.0·2 viewsabrg-models.github.io/morphologica↗

Morphologica

Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.

Features

  • Data Formatting - OpenGL-based graphics and data visualization.

Star history

Star history chart for abrg-models/morphologicaStar history chart for abrg-models/morphologica

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Morphologica

Similar open-source projects, ranked by how many features they share with Morphologica.
  • aminya/emioA

    aminya/emio

    0View on GitHub↗
    View on GitHub↗0
  • bombela/backward-cppbombela avatar

    bombela/backward-cpp

    4,285View on GitHub↗

    backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed execution traces and crash reports. It functions as a crash reporter and call stack printer that translates raw memory addresses into human-readable function names, filenames, and line numbers. The project provides automated crash reporting by registering system handlers for fatal errors, such as segmentation faults, to automatically generate execution traces upon program failure. It distinguishes itself by extracting source file fragments from disk to display specific lines of cod

    C++
    View on GitHub↗4,285
  • fmtlib/fmtfmtlib avatar

    fmtlib/fmt

    23,596View on GitHub↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    C++
    View on GitHub↗23,596
  • alandefreitas/matplotplusplusalandefreitas avatar

    alandefreitas/matplotplusplus

    4,894View on GitHub↗

    This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network graphs, and geographic maps. It operates as a multi-backend graphics library, decoupling high-level plotting logic from low-level rendering engines to support various output backends. The project distinguishes itself with a dual-interface API, providing both a global functional interface for rapid prototyping and an object-oriented interface for precise control. It features a component-based layout engine for managing tiled grids and subplots, alongside a layered plot state that all

    C++charting-librarychartscontour-plots
    View on GitHub↗4,894
See all 12 alternatives to Morphologica→

Frequently asked questions

What does abrg-models/morphologica do?

Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.

What are the main features of abrg-models/morphologica?

The main features of abrg-models/morphologica are: Data Formatting.

What are some open-source alternatives to abrg-models/morphologica?

Open-source alternatives to abrg-models/morphologica include: alandefreitas/matplotplusplus — This C++ data visualization library is a scientific plotting framework used to create 2D and 3D charts, network… aminya/emio. bombela/backward-cpp — backward-cpp is a C++ stack trace library and debugging utility designed to capture, resolve, and print detailed… fmtlib/fmt — fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a… louisdx/cxx-prettyprint — A header-only library for C++(0x) that allows automagic pretty-printing of any container. mobius3/asap — A C++ header-only library for creating, displaying, iterating and manipulating dates.