cmake-init
The missing CMake project initializer (by friendlyanon)
simpleble
SimpleBLE - the all-in-one Bluetooth library for MacOS, iOS, Windows, Linux and Android. (by simpleble)
| cmake-init | simpleble | |
|---|---|---|
| 166 | 12 | |
| 2,527 | 1,087 | |
| 0.5% | 2.4% | |
| 4.6 | 9.4 | |
| about 2 months ago | 5 days ago | |
| CMake | C++, Python, Java, Rust | |
| GNU General Public License v3.0 only | Business Source License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cmake-init
Posts with mentions or reviews of cmake-init.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2026-02-10.
-
Initializing C and C++ projects with cmake-init
Meet cmake-init — an awesome open-source project that can completely tale care of creating your C/C++ projects with a professional structure, ready-made CMake setup, testing, and more.
- CMake-init – The missing CMake project initializer
-
CMake install schema for single- and multi-config generators
https://github.com/friendlyanon/cmake-init This is how you do CMake properly. If you deviate from its install rules you are highly likely to do something wrong.
-
cgen: another declarative CMake configuration generator
CMake itself is as declarative as a build systems need to be. For anything nontrivial, these "declarative" solutions all fall apart. Just use https://github.com/friendlyanon/cmake-init, learn CMake and you won't have any issues.
-
How does one actually build a C++ project
If you want something with a (mostly) Just Works experience then just use https://github.com/friendlyanon/cmake-init
- CMakeList.txt, add_executable vs. add_library vs. target_link_libraries vs. target_link_directories
- Check out my tasks.json for C++ of VScode
- Clang++ Halp
-
Putting libraries in program folder
For CMake basics check out the official "Getting started" tutorial: https://cmake.org/cmake/help/latest/guide/tutorial/index.html, as well as Introduction to Modern CMake. You can also get inspired by the CMake project generator cmake-init
- Recourses to help understand libraries/projects and setting them up?
simpleble
Posts with mentions or reviews of simpleble.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-03.
-
bleak VS SimpleBLE - a user suggested alternative
2 projects | 3 Jul 2023
BLE library for python without asyncio
- Any way to force which bluetooth adapter to use for an connection?
-
SimplePyBLE v0.6.0 - Cross-platform Bluetooth library for Python
For those who don't know about the project, SimplePyBLE contains the Python bindings for SimpleBLE, a cross-platform Bluetooth library specifically designed for use in desktop environments with a very simple API, allowing developers to easily integrate it into their projects without much effort.
-
SimpleBLE v0.6.0 - Cross-platform Bluetooth library for Windows, Linux and MacOS/iOS
It's been 5 months since the last SimpleBLE release, so I'm here to share what's new on SimpleBLE v0.6.0!
-
Question about callback architectures
Hey all! I'm currently implementing Rust bindings for a C++ library and I need some feedback on what are proper architectures for exposing callbacks on the Rust side of the API. You can find the code I'm currently working on here: https://github.com/OpenBluetoothToolbox/SimpleBLE/blob/feature/rust/simplersble/src/lib.rs
- Guidance Required: Kotlin bindings for a C++ library
-
SimpleBLE v0.5.0 - Cross-platform Bluetooth library for Windows, Linux and MacOS/iOS
I've received this request multiple times, so I think it's important enough to make sure it's part of the v0.6 release. I've made an issue to track this, feel free to follow: https://github.com/OpenBluetoothToolbox/SimpleBLE
-
SimpleBLE - Cross-platform BLE library for Windows, Linux and MacOS/iOS
Fixed the incorrect URLs. My bad on the usage docs, when I wrote this I was referring to the examples folder in the repo. I made it slightly better with some more specific guidance: https://github.com/OpenBluetoothToolbox/SimpleBLE/blob/main/docs/usage.rst
What are some alternatives?
When comparing cmake-init and simpleble you can also consider the following projects:
llvm-mingw - An LLVM/Clang/LLD based mingw-w64 toolchain
bleak - A cross platform Bluetooth Low Energy Client for Python using asyncio
cmake-init-shared-static - Example static/shared library output of cmake-init
pybluez - Bluetooth Python extension module
meson - The Meson Build System
cmake-init-fetchcontent - Example for optionally vendoring using FetchContent