-
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.
-
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.
Related posts
-
C++'s `Noexcept` Can (Sometimes) Help (Or Hurt) Performance
-
Introducing TeaScript C++ Library
-
I made a drop in replacement of `std::shared_ptr` to experiment with performance. It wasn't any faster. Why?
-
Question about branch prediction for clauses that are either `true` for 100% of the time, or `false` for 100% of the time.
-
what do u think about imgui ?