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.
zen
- UE5 Storage Server
-
Why is it that package managers are unnecessarily hard?
Btw, some US company already use xmake (see https://github.com/EpicGames/zen for example - need to be part of Epic Games org to see it).
xmake
-
I Like Makefiles
> Does anyone know of anything better than Make?
Xmake https://xmake.io/ for C and C++ (I haven't use that for anything serious yet) and Buck 2 https://buck2.build/ if you need a really complex build system.
- Xmake: A modern C/C++ build tool
- Cpp2 and cppfront – An experimental 'C++ syntax 2' and its first compiler
- An Introduction to Modern CMake
-
How to Structure C Projects: These Best Practices Worked for Me
In recent times I prefer Xmake[0] to CMake.
[0] https://xmake.io
- xmake: Fast and lightweight build tools with dependency package integration
- Xmake v2.8.5 released, Support for link sorting and unit testing
- Xmake v2.8.3 Released, Improve Wasm and Support Xmake Source Debugging
- Xmake v2.8.2 Released, Official package repository count over 1k
What are some alternatives?
cpp-vcpkg-starter - A template C++ CMake vcpkg project
meson - The Meson Build System
meta-conan - Yocto layer for the Conan project
cmake-init - The missing CMake project initializer
vcpkg-sdl2-report
conan - Conan - The open-source C and C++ package manager
ShaderLang - NZSL (Nazara Shading Language) repository - A shader language inspired by Rust and C++ which compiles to GLSL or SPIRV (without any additional dependency)
imgui - Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
ninja - a small build system with a focus on speed
{fmt} - A modern formatting library
wxWidgets - Cross-Platform C++ GUI Library