Deploy multi-platform applications with C++ (desktop, mobile and web). An example with Dear ImGui

This page summarizes the projects mentioned and recommended in the original post on /r/cpp

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • hello_imgui

    Hello, Dear ImGui: unleash your creativity in app development and prototyping

    When developing my library (based on Dear ImGui), I designed a collection of cmake functions dedicated to help deploy assets, convert icons, and configure application deployment settings. It is currently tailored for my library, but I believe it might serve as a valuable inspiration.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • PSRayTracing

    A (modern) C++ implementation of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.

    I wouldn't say that CMake isn't that painful for the deployment stage. I have successfully deployed an open source project on Windows, Mac, Linux, Android, and iOS.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • C++'s `Noexcept` Can (Sometimes) Help (Or Hurt) Performance

    6 projects | news.ycombinator.com | 5 Aug 2024
  • Introducing TeaScript C++ Library

    2 projects | /r/cpp | 16 Feb 2023
  • I made a drop in replacement of `std::shared_ptr` to experiment with performance. It wasn't any faster. Why?

    1 project | /r/cpp | 7 Sep 2022
  • Question about branch prediction for clauses that are either `true` for 100% of the time, or `false` for 100% of the time.

    1 project | /r/cpp | 19 Jan 2022
  • what do u think about imgui ?

    1 project | /r/cpp | 29 Jan 2021

Did you konow that C is
the 7th most popular programming language
based on number of metions?