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
robhz786 avatar

robhz786/strf

0
View on GitHub↗
71 stars·6 forks·C++·BSL-1.0·8 views

Strf

Yet another C++ text formatting library.

Features

  • Data Formatting - Fast formatting library for C++14.

Star history

Star history chart for robhz786/strfStar history chart for robhz786/strf

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

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 Strf

Similar open-source projects, ranked by how many features they share with Strf.
  • 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
  • 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
  • abrg-models/morphologicaABRG-Models avatar

    ABRG-Models/morphologica

    309View on GitHub↗

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

    C++
    View on GitHub↗309
See all 12 alternatives to Strf→

Frequently asked questions

What does robhz786/strf do?

Yet another C++ text formatting library.

What are the main features of robhz786/strf?

The main features of robhz786/strf are: Data Formatting.

What are some open-source alternatives to robhz786/strf?

Open-source alternatives to robhz786/strf include: abrg-models/morphologica — Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL. 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.