eladm-ultrawis's Stars
nektos/act
Run your GitHub Actions locally 🚀
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
flutter/engine
The Flutter engine
cantino/mcfly
Fly through your shell history. Great Scott!
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
chriskohlhoff/asio
Asio C++ Library
epezent/implot
Immediate Mode Plotting
cboxdoerfer/fsearch
A fast file search utility for Unix-like systems based on GTK3
GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
Easy to integrate Vulkan memory allocation library
paullouisageneau/libdatachannel
C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
Themaister/Granite
My personal Vulkan renderer
alibaba/yalantinglibs
A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple
flexible-collision-library/fcl
Flexible Collision Library
sony/flutter-embedded-linux
Embedded Linux embedding for Flutter
palacaze/sigslot
A simple C++14 signal-slots implementation
vector-of-bool/cmrc
A Resource Compiler in a Single CMake Script
google/clspv
Clspv is a compiler for OpenCL C to Vulkan compute shaders
ifcquery/ifcplusplus
IfcPlusPlus is an open source C++ class model, as well as a reader and writer for IFC files in STEP format. Features: Easy and efficient memory management using smart pointers. Parallel reader for very fast parsing on multi-core CPU's. Additionally, there's a simple IFC viewer application, using Qt and OpenSceneGraph. It can be used as starting point for all kinds of applications around the open building model standard IFC.
Naios/function2
Improved and configurable drop-in replacement to std::function that supports move only types, multiple overloads and more
Tradias/asio-grpc
Asynchronous gRPC with Asio/unified executors
lukka/run-vcpkg
The GitHub Action to setup vcpkg for your C++ based projects. Stores built ports using Binary Caching backed onto GH Cache.
lukka/run-cmake
GitHub Action to build C++ applications with CMake (CMakePresets.json), Ninja and vcpkg on GitHub.
nadjieb/cpp-mjpeg-streamer
C++ MJPEG over HTTP Library
redboltz/async_mqtt
Asynchronous MQTT communication library based on Boost.Asio
GeekyAnts/GaugesFlutter
A gauge package for Flutter that displays progress and can be customized for appearance and behavior.
ds84182/flutter_sdl
SDL-based embedder for Flutter
fizyr/modbus
fjvallarino/sdl-continuous-resize
A minimal example of continuous window resizing using SDL2 with Haskell