C++ conan

Open-source C++ projects categorized as conan

Top 9 C++ conan Projects

  1. mp-units

    The quantities and units library for C++

    Project mention: Python type hints may not be not for me in practice | news.ycombinator.com | 2024-11-27

    I suspect C++ still comes the closest to what you’re asking for today, at least among mainstream programming languages.

    Matrix dimensions are certainly doable, for example, because templates representing mathematical types like matrices and vectors can be parametrised by integers defining their dimension(s) as well as the type of an individual element.

    You can also use template wizardry to write libraries like mp-units¹ or units² that provide explicit representations for numerical values with units. You can even get fancy with user-defined literals so you can write things like 0.5_m and have a suitably-typed value created (though that particular trick does get less useful once you need arbitrary compound units like kg·m·s⁻²).

    Both of those are fairly well-defined problems and the solutions available do provide a good degree of static checking at compile time.

    IMHO, the range question is the trickiest one of your three examples, because in real mathematical code there are so many different things you might want to constrain. You could define a parametrised type representing open or closed ranges of integers between X and Y easily enough, but how far down the rabbit hole do you go? Fractional values with attached precision/error metadata? The 572 specific varieties of matrix that get defined in a linear algebra textbook, and which variety you get back when you compute a product of any two of them?

    ¹ https://mpusz.github.io/mp-units/

    ² http://nholthaus.github.io/units/

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. packio

    An asynchronous msgpack-RPC and JSON-RPC library built on top of Boost.Asio.

  4. expresscpp

    Fast, unopinionated, minimalist web framework for C++ Perfect for building REST APIs

  5. Spatial.Engine

    [WIP] Spatial is a cross-platform C++ game engine.

  6. VulkanStarter

    A template for Vulkan C++ projects with GLFW, GLM and ImGUI using CMake, CI, Conan and doctest

  7. user-management

    An open-source application delivering a responsive user management experience. (by prince-chrismc)

  8. Flow

    Flow is a software framework focused on ease of use while maximizing performance in closed closed loop systems (e.g. robots). Flow is built on top of C++ 20 coroutines and utilizes modern C++ techniques. (by ManuelMeraz)

  9. SaaSHub

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

    SaaSHub logo
  10. samarium

    2D physics simulation and rendering library in modern C++, with GPU acceleration (by jjbel)

  11. ToDoApp

    A experimental project for run C++ in a WebApplication using a asm.js runtime as business layer. (by Neirth)

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).

C++ conan discussion

Log in or Post with

C++ conan related posts

  • Best practice for cpp projects using CMake

    14 projects | /r/cpp | 6 Apr 2023
  • C++ Is Incredible

    3 projects | /r/cpp | 24 Dec 2022
  • C++ for scientific programming?

    6 projects | /r/cpp | 27 Jul 2022
  • How do you manage third-party libraries

    8 projects | /r/cpp_questions | 1 Feb 2022
  • Build2 seems to have the right idea.

    13 projects | /r/cpp | 19 Nov 2021
  • I made a POC WebApplication using asm.js and C++ to test the difficult to port apps in a multiplatform environment, maybe is useful for some teams.

    1 project | /r/programming | 22 Sep 2021
  • I made a POC WebApplication using asm.js and C++ to test the difficult to port apps in a multiplatform environment, maybe is useful for someteams

    1 project | /r/programming | 22 Sep 2021
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 17 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source conan projects in C++? This list will help you:

# Project Stars
1 mp-units 1,170
2 packio 144
3 expresscpp 92
4 Spatial.Engine 75
5 VulkanStarter 26
6 user-management 12
7 Flow 10
8 samarium 8
9 ToDoApp 0

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C++ is
the 7th most popular programming language
based on number of references?