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).
Kalman
-
Starting out with Kalman Filter.
Since you mentioned C++ and Kalman filters, I author this Kalman filter library which helped me to get reacquainted to control theory, tries to be approachable, and lists a variety of sources to ease in the topic with examples.
-
How do you setup coverage/ sanitizers in your CI system.
Yes, and here's one for sanitizers. Other tools, documentation, and coverage in the neigbhorong files.
-
Trying to use FetchContent to include XercesC
I've been learning FectContent as well with some successes and failures.
-
kalman filter & c++
My goal with this Kalman filter for C++ is to solve your exact question.
-
C++ Show and Tell - December 2022
I released a first version of a generic Kalman filter.
-
Why is it that package managers are unnecessarily hard?
I use fmt and others in my project with CMake fetch and it's been a good experience so far: fetch, declare, link in a few lines. Hope this can be useful to someome.
-
Workflow v0.10.3 Released, Add WFRepeaterTask for Repeating Asynchronous Operations and Other New Features.
Gratuitous French codebase self-promotion though. /s
-
The Mathematics of the Kalman Filter
Would you be open to exploring an implementation collaboration? I author a C++ Kalman library and would like to expand demonstrators.
-
Does anyone know when gcc will support std::format?
A façade (example) included only for your GCC builds and with the fmt library would allow you to generically use the std::format support in your code. Avoiding the fmt:: and dependencies with MSVC. When the support lands in GCC, only that file would need to be deleted.
-
Best accurate way to measure/compare elapsed time in C++
I use it with boilerplate similar to this: https://github.com/FrancoisCarouge/Kalman/blob/develop/benchmark/benchmark.cpp and run the executables with priority and pining: nice -n 20 tasker -- cpu-list 0
What are some alternatives?
cpp-vcpkg-starter - A template C++ CMake vcpkg project
AnyAny - C++17 library for comfortable and efficient dynamic polymorphism
meta-conan - Yocto layer for the Conan project
libCat - 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-based errors!
vcpkg-sdl2-report
kelcoro - C++20 coroutine library
ShaderLang - NZSL (Nazara Shading Language) repository - A shader language inspired by Rust and C++ which compiles to GLSL or SPIRV (without any additional dependency)
SAFD-algorithm - An app to compute the coefficients of a function development in a spherical harmonics convergent series.
cmake-init - The missing CMake project initializer
coz - Coz: Causal Profiling
{fmt} - A modern formatting library
uuid