SaaSHub helps you find the best software and product alternatives Learn more →
Top 18 C++ Framework Projects
-
https://github.com/facebook/folly/blob/master/folly/docs/Poly.md Folly.Poly
-
FOMO is created by Iranian developer amirfaramarzi. This framework sits on top of the asynchronous event driven framework swoole that creates insane levels of performance out of apps (we're talking Go/Rust level of performance)! Check out the performance on the Web Frameworks Benchmark.
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
It's actually the other way around... the internal version is a superset of what's on GitHub, and the parts that are not marked as internal-only are automatically mirrored to GitHub.
-
OpenFrameworks
openFrameworks is a community-developed cross platform toolkit for creative coding in C++.
-
Project mention: What are some C++ projects with high quality code that I can read through? | reddit.com/r/cpp_questions | 2023-01-16
Seastar which is a thread per core runtime written by the Scylla devs thats used in both Redpanda and Scylla as the underlying runtime. https://github.com/scylladb/seastar
-
Cinder
Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
-
JUCE
JUCE is an open-source cross-platform C++ application framework for desktop and mobile applications, including VST, VST3, AU, AUv3, RTAS and AAX audio plug-ins.
You could checkout JUCE.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
That's because Qt 6 wholeheartedly converted to CMake for you. (At least it is better than qmake.) In order to support this Qt has this large battery of CMake files [1]. Qt is of course a clear outlier, but you can't expect the same level of support from every other library you want. My points about "anything exotic" still stand.
-
Project mention: Bloomberg finally opensourced memray —a new versatile memory profile for Python | reddit.com/r/programming | 2022-04-21
I'm pretty sure they use C++ very extensively. They have their own C++ standard library for example. I'm not aware of them using FORTRAN or C. Do you have a reference for that?
-
-
ffead-cpp
Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends
-
-
-
Project mention: Achieving something like dynamic dispatch OUTSIDE of the class | reddit.com/r/cpp_questions | 2022-07-31
And if you don't want to put a virtual function or have a base class, etc. check YOMM, which was recently mentioned in r/cpp.
-
Loki
Loki is a C++ library of designs, containing flexible implementations of common design patterns and idioms.
-
There was a YOMM11 written in C++11. It required the user to instrument the classes. Surprisingly, it is still being cloned, and someone even starred it recently.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
C++ Frameworks related posts
- OpenFrameworks
- Learning C++ for Multimedia and Audio programming
- What are some C++ projects with high quality code that I can read through?
- Should I abandon my monorepo?
- C++'s smaller cleaner language
- Audio Editing Learning Resources
- Low-Latency Data Sharing Between Threads in C++: Options and Considerations
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007fea61878d10>
www.saashub.com | 1 Feb 2023
Index
What are some of the best open-source Framework projects in C++? This list will help you:
Project | Stars | |
---|---|---|
1 | Folly | 24,610 |
2 | Swoole | 17,705 |
3 | abseil-cpp | 11,596 |
4 | OpenFrameworks | 9,233 |
5 | Seastar | 7,158 |
6 | Cinder | 4,996 |
7 | JUCE | 4,788 |
8 | Qt | 1,886 |
9 | BDE | 1,446 |
10 | LibSourcey | 1,259 |
11 | ffead-cpp | 544 |
12 | EASTL | 506 |
13 | STXXL | 438 |
14 | Yomm2 | 249 |
15 | Loki | 207 |
16 | Yomm11 | 116 |
17 | cxxtools | 61 |
18 | Apache C++ Standard Library | 56 |