Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
fucking-awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. With repository stars⭐ and forks🍴
https://github.com/Correia-jpv/fucking-awesome-cpp
Last synced: 2 days ago
JSON representation
-
Frameworks
- abseil-cpp - Abseil C++ Common Libraries. [Apache2]
- ASL - Adobe Source Libraries provides peer-reviewed and portable C++ source libraries. [MIT]
- Boost - A large collection of generic C++ libraries. [Boost] 🌎 [website](www.boost.org)
- Qt - A cross-platform application and UI framework. [GPL/LGPL/Proprietary] 🌎 [website](www.qt.io)
- STLport - An exemplary version of STL. [Free]
- Cinder - A community-developed, free and open source library for professional-quality creative coding. [BSD]
- GLib - GLib provides the core application building blocks for libraries and applications written in C. [LGPL]
- ROOT - A set of OO frameworks with all the functionality needed to handle and analyze large amounts of data in a very efficient way. Used at CERN. [LGPL]
-
Videos
-
Standard Libraries
- ISO C++ Standards Committee - ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee. [website](http://www.open-std.org/JTC1/SC22/WG21/)
- C++ Standard Library - A collection of classes and functions, which are written in the core language and part of the C++ ISO Standard itself.
- Standard Template Library - The Standard Template Library (STL).
- C POSIX library - A specification of a C standard library for POSIX systems.
-
Audio
- OpenAL - Open Audio Library - A crossplatform audio API. [BSD/LGPL/Proprietary]
- KFR - Fast, modern C++ DSP framework, FFT, FIR/IIR filters, Sample Rate Conversion. [GPL/Proprietary]
- LAME - LAME is a high quality MPEG Audio Layer III (MP3) encoder. [LGPL]
- Vorbis - Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. [BSD]
-
Biology
- Chaste - An open source C++ library for the computational simulation of mathematical models developed for physiology and biology. [BSD]
-
Compression
- bzip2 - A freely available, patent free, high-quality data compressor. [BSD]
- ZLib - A very compact compression library for data streams. [zlib]
- KArchive - A library for creating, reading, writing and manipulating file archives like zip and tar. It also provides transparent compression and decompression of data, using formats like gzip, via a subclass of QIODevice. [LGPL]
- PhysicsFS - A library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. [zlib]
- LZMAT - An extremely fast real-time lossless data compression library. [GPL]
-
Concurrency
- STAPL - A C++ parallel programming framework designed to work on both shared and distributed memory parallel computers. [BSD]
- OpenCL - The open standard for parallel programming of heterogeneous systems.
- Thrust - A parallel algorithms library which resembles the C++ Standard Template Library (STL). [Apache2]
-
Cryptography
- Libgcrypt - A general purpose cryptographic library originally based on code from GnuPG. [LGPLv2.1+]
- LibreSSL - A free version of the SSL/TLS protocol forked from OpenSSL in 2014. [?]
- Nettle - A low-level cryptographic library. [LGPL]
- Themis - crypto library for painless data security, providing symmetric and asymmetric encryption, secure sockets with forward secrecy, for mobile and server platforms. [Apache2]
- GnuPG - A complete and free implementation of the OpenPGP standard. [GPL]
-
Debug
-
GUI
- CEGUI - Flexible, cross-platform GUI library.
- nana - Nana is a cross-platform library for GUI programming in modern C++ style. [Boost]
- FOX Toolkit - an open-source, cross-platform widget toolkit. [LGPL]
-
Image Processing
- CImg - A small, open source, C++ toolkit for image processing. [Own LGPL or GPL]
- GDCM - Grassroots DICOM library.
- OpenCV - Open source computer vision. [Apache2] 🌎 [website](opencv.org)
- stb-image - STB single-header image loading library. [Public Domain]
- tesseract-ocr - An OCR engine. [Apache2]
- CxImage - An image processing and conversion library to load, save, display, transform BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K images. [zlib]
- Magick++ - ImageMagick program interfaces for C++. [Apache2]
- MagickWnd - ImageMagick program interfaces for C. [Apache2]
-
Internationalization
-
Logging
-
Math
- ceres-solver - C++ library for modeling and solving large complicated nonlinear least squares problems from google. [BSD]
- cml - free C++ math library for games and graphics. [Boost]
- Versor - A (fast) Generic C++ library for Geometric Algebras, including Euclidean, Projective, Conformal, Spacetime (etc).
- ExprTk - The C++ Mathematical Expression Toolkit Library (ExprTk) is a simple to use, easy to integrate and extremely efficient run-time mathematical expression parser and evaluation engine. [MIT]
- GMP - A C library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2]
- PCG-rand - PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict. [Apache]
-
Multimedia
- LIVE555 Streaming Media - Multimedia streaming library using open standard protocols (RTP/RTCP, RTSP, SIP). [LGPL]
- libVLC - libVLC (VLC SDK) media framework. [GPL]
-
Networking
- ACE - An OO Network Programming Toolkit in C++. [?MIT?]
- KCP - A fast and reliable ARQ protocol that helps applications to reduce network latency. [MIT]
- Libmicrohttpd - GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application. [LGPL v2.1+]
- POCO - C++ class libraries and frameworks for building network- and internet-based applications that run on desktop, server, mobile and embedded systems. [Boost] [website](http://pocoproject.org/)
- lwIP - A lightweight TCP/IP stack. [Modified BSD]
-
Physics
- ODE - Open Dynamics Engine - An open source, high performance library for simulating rigid body dynamics. [BSD&LGPL]
-
Regular Expression
-
Robotics
- ROS - Robot Operating System provides libraries and tools to help software developers create robot applications. [BSD]
-
Scientific Computing
-
XML
- Expat - An XML parser library written in C. [MIT]
-
Compiler
- PCC - A very old C compiler. Supports C99.
- Open WatCom - Watcom C, C++, and Fortran cross compilers and tools. [Sybase Open Watcom Public License]
- Oracle Solaris Studio - C, C++ and Fortran compiler for SPARC and x86. Supports C++11. Available on Linux and Solaris. [OTN Developer License]
- GCC - GNU Compiler Collection. Supports C++11/14/1z C11 and OpenMP. [GNU GPL3]
-
Online Compiler
- codepad - An online compiler/interpreter, and a simple collaboration tool.
- coliru - Online compiler/shell with support for various C++ compilers.
- codechef - A simple online compiler CodeChef.
- Try It Online - TIO is a family of online interpreters for an evergrowing list of practical and recreational programming languages.
- paiza.io - An online C/C++ compiler with multiple files supporting feature, Github(gist) integration and collaborative editing.
-
Integrated Development Environment
- IBM VisualAge - A family of computer integrated development environments from IBM.
- Anjuta DevStudio - The GNOME IDE. [GPL3]
- Xcode - Developed by Apple.
-
Build Systems
- Sconsolidator - Scons build system integration for Eclipse CDT.
- build2 - cross-platform build, packaging and dependency management toolchain for developing and packaging C/C++ projects. [MIT]
- CMake - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
- Conan - C/C++ Package Manager, open sourced. [MIT]
- Ninja - A small build system with a focus on speed.
- Spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. [Apache-2.0/MIT]
- SW - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. [GPLv3]
- XMake - A C/C++ cross-platform build utility based on Lua. [Apache]
-
Static Code Analysis
- Infer - A static analyzer for Java, C and Objective-C. [BSD]
- CppDepend - Simplifies managing a complex C/C++ code base by analyzing and visualizing code dependencies, by defining design rules, by doing impact analysis, and comparing different versions of the code.
- List of tools for static code analysis - A list of tools for static code analysis from Wikipedia.
- OCLint - A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C. - <b><code> 3754⭐</code></b> <b><code> 491🍴</code></b> [source](https://github.com/oclint/oclint))
-
Books
- List of Free C or C++ Books
- List of Free C or C++ Books
- Free C++ Books - vhf/free-programming-books/C++.
-
Coding Style
-
Websites
- C++ FAQ - C++ frequently asked questions.
- C++ FQA Lite - C++ frequently questioned answers.
- Guru of the Week - A regular series of C++ programming problems created and written by Herb Sutter.
- C++ Hints - Every business day hints about most often C++ mistakes and ways to solve them from PVS-Studio Team.
- Standard C++ - News, Status & Discussion about Standard C++.
- Build Bench - Compare C++ Builds.
- Quick Bench - Quick C++ Benchmarks.
- C++ Quiz - A simple online quiz that you can use to test your knowledge of the C++ programming language.
- PVS-Studio’s challenge - PVS-Studio’s C++ quiz in which you're asked to find errors in code fragments of open source projects.
- Udemy C++ Courses and Tutorials
- C++ tutorial - A user ranked online tutorial bank site displaying multiple courses to learn C++ from.
- C++ for yourself - A comprehensive tutorial on modern C++ covering everything from fundamentals to software design.
-
Weblogs
- Eric Niebler
- Coding For Speed - Coding For Speed DOT COM, Less Execution Time.
- Sticky Bits
- Simplify C++
- Fluent C++
- Kenny Kerr
- Sutter’s Mill
- Vorbrodt's C++ Blog
- C++ Team Blog - Dev blog from the Microsoft Visual C++ team
-
Other Awesome Projects
- awesome-awesomeness - A curated list of awesome awesomeness.
- papers-we-love - Papers from the computer science community to read and discuss.
- awesome-algorithms - A curated list of awesome places to learn and/or practice algorithms.
- awesome-talks - A lot of screencasts, recordings of user group gatherings and conference talks.
- contribution guidelines
- contributors
- Awesome C++ - LibHunt's mirror.
- Awesome C
- contribution guidelines
- contributors
-
Source
-
Inter-process communication
- WAMP - Provides RPC and pub/sub messaging patterns. (various implementations, various languages)
- Apache Thrift - Efficient cross-language IPC/RPC, works between C++, Java, Python, PHP, C#, and many more other languages. Originally developed by Facebook. [Apache2]
-
Web Application Framework
-
Database
-
Game Engine
- Urho3D - A free lightweight, cross-platform 2D and 3D game engine implemented in C++. Greatly inspired by OGRE and Horde3D. [MIT]
-
Office Open XML
- FreeXL - an open source library to extract valid data from within Spreadsheets. [MPL/GPL-2/LGPL-2]
- SimpleXlsxWriter - XLSX files writer for Microsoft Excel 2007 and above. [zlib]
-
PDF
- MuPDF - A lightweight PDF, XPS, and E-book viewer. [AGPL/Proprietary]
- Poppler - Open-source multi-backend PDF rendering library based on the xpdf-3.0 code base. [GPLv2/GPLv3]
- Xpdf - Xpdf is a free PDF viewer and toolkit, including a text extractor, image converter, HTML converter, and more. [GPL v2/GPL v3]
-
Scripting
- AngelScript - AngelScript is a game-oriented interpreted/compiled scripting language. [zlib]
- QuickJS - a small and embeddable Javascript engine. [MIT]
-
Video
-
Miscellaneous
- Cheat Sheets of HackingCPP - Cool cheat sheets and infographics for algorithms, views, containers, randomness, etc.
- libusb - A universal USB library which allows for portable access to USB devices. [LGPL2]
- StrTk - A C++ library consisting of high performance string processing routines. [MIT]
- FastFormat - Fast, Safe C++ Formatting inspired by log4j and Pantheios. [Simplified BSD]
-
Debugger
- Comparison of debuggers - A list of Debuggers from Wikipedia.
- GDB - GNU Debugger.
-
Coding Style Tools
- EditorConfig - EditorConfig helps maintain consistent coding styles across different editors and IDEs.
-
API Design
-
Coding Standards
-
Graphics
- Ogre 3D - A scene-oriented, real-time, flexible 3D rendering engine (as opposed to a game engine) written in C++. [MIT] 🌎 [website](www.ogre3d.org)
-
Chemistry
- ORCA - An ab initio quantum chemistry program package that contains modern electronic structure methods. [Academic] 🌎 [website](orcaforum.kofo.mpg.de/)
Categories
Websites
12
Other Awesome Projects
10
Weblogs
9
Frameworks
8
Build Systems
8
Image Processing
8
Math
6
Compression
5
Networking
5
Cryptography
5
Online Compiler
5
Audio
4
Standard Libraries
4
Static Code Analysis
4
Miscellaneous
4
Compiler
4
Concurrency
3
Debug
3
Video
3
Books
3
Integrated Development Environment
3
PDF
3
Coding Style
3
GUI
3
Database
3
Web Application Framework
2
Scripting
2
Office Open XML
2
Debugger
2
Videos
2
Coding Standards
2
Multimedia
2
Internationalization
2
Inter-process communication
2
Logging
2
Scientific Computing
2
Regular Expression
2
Biology
1
XML
1
Game Engine
1
API Design
1
Chemistry
1
Coding Style Tools
1
Robotics
1
Source
1
Graphics
1
Physics
1
Sub Categories
Keywords
c
2
cpp
2
awesome
2
java
2
objective-c
2
swift
1
security
1
secure-storage
1
secure-messenger
1
rust
1
ruby
1
python
1
php
1
owasp
1
javascript
1
ios
1
golang
1
encryption
1
cryptography-library
1
cryptography
1
authentication
1
asymmetric-cryptography
1
resources
1
programming-tutorial
1
lists
1
list
1
libraries
1
cppcon
1
cpp-library
1
c-plus-plus
1
awesome-list
1
theory
1
read-papers
1
programming
1
papers
1
meetup
1
computer-science
1
static-code-analysis
1
static-analysis
1
code-quality
1
symmetric-cryptography
1