Cplusplus

Open-source projects categorized as Cplusplus
Topics: CPP C Cpp17 Python Linux

Top 23 Cplusplu Open-Source Projects

  • imgui

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • Project mention: Dear ImGui version v1.90.6 released | news.ycombinator.com | 2024-05-08
  • CPlusPlusThings

    C++那些事

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Vcpkg

    C++ Library Manager for Windows, Linux, and MacOS

  • Project mention: Xmake: A modern C/C++ build tool | news.ycombinator.com | 2024-05-04

    re: C/C++ development: anybody using conda/pixi for dependency management? Here's an example of compiling a C++ SDL program using pixi and the SDL dependency from conda-forge [1].

    Seems viable as a replacement for things like vckpg [2] which only builds from source.

    I'm still researching this but it seems like rattler [3] is the tool to use to build/publish packages. The supported repos are: prefix.dev's own hosting, anaconda.org, artifactory or a self-hosted server.

    --

    1: https://github.com/prefix-dev/pixi/blob/main/examples/cpp-sd...

    2: https://github.com/microsoft/vcpkg

    3: https://prefix-dev.github.io/rattler-build/latest/authentica...

  • quicktype

    Generate types and converters from JSON, Schema, and GraphQL

  • Project mention: How do you navigate an api response where you don't know the exact structure? | /r/webdev | 2023-11-09

    I grab the response off of the network tab. Either make a structure manually or use something like QuickType

  • Apache Thrift

    Apache Thrift

  • ChakraCore

    ChakraCore is an open source Javascript engine with a C API.

  • Project mention: This year in Servo: over 1000 pull requests and beyond | news.ycombinator.com | 2023-12-18

    I thought it would be a fun weird project to make Servo work with MS' abandoned JavaScript engine:

    https://github.com/chakra-core/ChakraCore

    Of course it is written in C++ and you'd probably want a pure Rust browser. But it is sad seeing that fairly complete open source JIT JavaScript engine sit and rot.

  • conan

    Conan - The open-source C and C++ package manager

  • Project mention: Are We Modules Yet? | news.ycombinator.com | 2024-05-01

    Silly question: What's the difference between C++20 modules and https://conan.io? (Google was vague, and ChatGPT, you know, sometimes makes things up so I rather ask fellow humans...)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • Piccolo

    Piccolo (formerly Pilot) – mini game engine for games104

  • Apache Mesos

    Apache Mesos

  • gaia

    Build powerful pipelines in any programming language.

  • rippled

    Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++

  • Project mention: Introducing Ripple's Brazil Fund: Fostering XRP Ledger Innovation in Brazil | dev.to | 2024-05-15

    In the dynamic landscape of Brazil lies fertile ground for innovation, where startups continue to thrive and pioneering ideas take root. It is within this vibrant community that Ripple proudly unveils its local support strategy, a dedicated initiative aimed at fostering innovation on the XRP Ledger within Brazil.

  • Magic Enum C++

    Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

  • Project mention: What C++ library do you wish existed but hasn’t been created yet? | /r/cpp | 2023-07-08

    I'm not sure this is quite what you're asking for, but this library has been super helpful to me in the past : https://github.com/Neargye/magic_enum

  • LibreSprite

    Animated sprite editor & pixel art tool -- Fork of the last GPLv2 commit of Aseprite

  • Boost.Beast

    HTTP and WebSocket built on Boost.Asio in C++11

  • open-location-code

    Open Location Code is a library to generate short codes, called "plus codes", that can be used as digital addresses where street addresses don't exist.

  • Project mention: A Critical Analysis of the What3Words Geocoding Algorithm | news.ycombinator.com | 2023-09-02

    Pluscode is a trademark. The actual standard is called "open location code" and is unrestricted - https://github.com/google/open-location-code/

    Project mention: Needed an advice in compilers dev! | /r/Compilers | 2023-12-07

    linking and loading: https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md - in addition to the aforementioned books and blog posts, there also some pretty good talks: https://github.com/MattPD/cpplinks/blob/master/executables.linking_loading.md#talks

  • cppinsights

    C++ Insights - See your source code with the eyes of a compiler

  • Project mention: C++ Insights – See your source code with the eyes of a compiler | news.ycombinator.com | 2024-04-05

    Sorry, I don't know about an Emacs plugin. All the plugins/extensions I'm aware of are listed in the Readme.md: https://github.com/andreasfertig/cppinsights/#c-insights--vi...

    I'm happy to add an entry for Emacs once somebody develops a plugin for that editor.

  • CppPrimer

    :books: Solutions for C++ Primer 5th exercises.

  • cppcoro

    A library of C++ coroutine abstractions for the coroutines TS

  • awesome-hpp

    A curated list of awesome header-only C++ libraries

  • Atomic Game Engine

    Discontinued The Atomic Game Engine is a multi-platform 2D and 3D engine with a consistent API in C++, C#, JavaScript, and TypeScript

  • CppSharp

    Tools and libraries to glue C/C++ APIs to high-level languages

  • xray-16

    Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World. Join OpenXRay! ;)

  • Project mention: Not only Unity... | /r/opensourcegames | 2023-11-11
  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Cplusplus related posts

  • Introducing Ripple's Brazil Fund: Fostering XRP Ledger Innovation in Brazil

    1 project | dev.to | 15 May 2024
  • Are We Modules Yet?

    3 projects | news.ycombinator.com | 1 May 2024
  • Speeding up C++ build times

    6 projects | news.ycombinator.com | 28 Apr 2024
  • Variadic Functions in C

    1 project | dev.to | 27 Apr 2024
  • SObjectizer Tales - Epilogue

    7 projects | dev.to | 25 Apr 2024
  • SObjectizer Tales - 27. Design ideas

    1 project | dev.to | 11 Apr 2024
  • Build the Future of Finance with the all new XRPL Grants Rolling Applications Process!

    1 project | dev.to | 9 Apr 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 20 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Cplusplu projects? This list will help you:

Project Stars
1 imgui 56,256
2 CPlusPlusThings 37,549
3 Vcpkg 21,773
4 quicktype 11,590
5 Apache Thrift 10,171
6 ChakraCore 9,039
7 conan 7,844
8 Piccolo 5,550
9 Apache Mesos 5,189
10 gaia 5,167
11 rippled 4,471
12 Magic Enum C++ 4,460
13 LibreSprite 4,451
14 Boost.Beast 4,191
15 open-location-code 4,022
16 cpplinks 4,021
17 cppinsights 3,811
18 CppPrimer 3,248
19 cppcoro 3,252
20 awesome-hpp 3,214
21 Atomic Game Engine 3,151
22 CppSharp 3,000
23 xray-16 2,849

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com