cmake-init VS generate-opaque-structs

Compare cmake-init vs generate-opaque-structs and see what are their differences.

cmake-init

Template for reliable, cross-platform C++ project setup using cmake. (by cginternals)

generate-opaque-structs

Example to show how to generate opaque structs with proper size and alignment (by friendlyanon)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
cmake-init generate-opaque-structs
1 2
904 0
1.8% -
0.0 0.0
6 months ago about 2 years ago
CMake CMake
MIT 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.

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 2022-02-16.
  • Using Xmake for C/C++ Program Development in VSCode
    4 projects | /r/cpp | 16 Feb 2022
    It's easier to list what is not wrong about CMake. The only positive thing about CMake is that it works once you spend days or weeks ripping your hair out trying to configure it. cmake-init is a perfect example of what is wrong with it. Over 400 commits, lots of files to properly start a project. No other language does that, because it is unspeakably bad.

generate-opaque-structs

Posts with mentions or reviews of generate-opaque-structs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-17.
  • Is there a convention for "private" struct members?
    2 projects | /r/C_Programming | 17 Nov 2022
    Opaque structs and memory allocation are orthogonal. You can just take the size and alignment of the struct and create a new one with a byte buffer: https://github.com/friendlyanon/generate-opaque-structs
  • Using Xmake for C/C++ Program Development in VSCode
    4 projects | /r/cpp | 16 Feb 2022
    Besides, a CMake project that focuses only on building something doesn't need more than a CML file. If you compare the baseline with a fully populated cmake folder (https://github.com/friendlyanon/cmake-init-executable) and this one https://github.com/friendlyanon/generate-opaque-structs then you can see that you don't need anything from the baseline, but it's all very useful stuff that everyone should use.

What are some alternatives?

When comparing cmake-init and generate-opaque-structs you can also consider the following projects:

utility-boilerplate-qt - 🚀Boilerplate for C++ utility application based on Qt5

xrepo-cmake - CMake wrapper for Xrepo C and C++ package manager

cmake-sfml-project - Repository template for SFML projects using CMake

cmake-init-executable - Example executable output of cmake-init

ModernCppStarter - 🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.

CPM.cmake - 📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.

pytest-cmake - Pytest module for CMake