C++ Standalone

Open-source C++ projects categorized as Standalone

Top 4 C++ Standalone Projects

  • Ofelia

    A real-time cross-platform creative coding tool for multimedia development (by cuinjune)

  • mars_lib

    MaRS: A Modular and Robust Sensor-Fusion Framework

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

  • serializer

    A single header standard C++ serialization framework. (by eyalz800)

  • hellomello

    Experiments with writing Android apps in Nim

    Project mention: Compiling Rust for .NET, using only tea and stubbornness | news.ycombinator.com | 2023-08-29

    Tangentially related, I've written a barebones assembler for Android .apk files once (strictly speaking, the assembler is for .dex files, but it also comes with a set of tools to package and sign .apk files). It's written mainly in Nim and provides enough primitives to allow creating Java "stubs" for native .so libraries, so that .apk-s can be built in Nim WITHOUT JDK AT ALL. The Android NDK is still kinda needed/useful, though IIRC mainly for access to adb, and especially adb logcat (which you'll need A LOT for debugging if you try to use this contraption).

    I'd love to One Day™ Rewrite It In Rust.

    The .dex assembler itself is at: https://github.com/akavel/dali — you may like to check out the tests at: https://github.com/akavel/dali/tree/master/tests to see how using it looks like.

    An example project with a simple .apk written purely in Nim (NO JDK) is at: https://github.com/akavel/hellomello/tree/flappy (unfortunately, given Nim's poor packaging story, it's most probably already bitrotten to the extent that it can't be quickly and easily built & used out of the box). I recorded a presentation about this for an online Nim conference — see: https://www.youtube.com/watch?v=wr9X5NCwPlI&list=PLxLdEZg8DR...

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). The latest post mention was on 2023-08-29.

C++ Standalone related posts

Index

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

Project Stars
1 Ofelia 351
2 mars_lib 243
3 serializer 185
4 hellomello 80
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com