Pinned Repositories
any
rtti and ICF optimization free implementation for std::any
arinc429_utils
Typesafe Utility library for ARINC 429 protocol
asio_utils
Utils library for ASIO
cmwComWrapper
C++17 Component Object Model wrapper library
cpp_pm
C++ Pattern Matching interface
dynalo
Cross platform dynamic loading of shared libraries
hash-service
pod_reflection
Simple C++ one-header stl based library implementing reflection for POD data types
sdl2-cmake-modules
Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules
sergio-eld's Repositories
sergio-eld/pod_reflection
Simple C++ one-header stl based library implementing reflection for POD data types
sergio-eld/sdl2-cmake-modules
Modern CMake modules for finding and using the SDL2 library as well as other related libraries: SDL2_image, SDL2_ttf, SDL2_net, SDL2_mixer and SDL2_gfx. (Targets: SDL2::Core, SDL2::Main, SDL2::Image, SDL2::TTF, SDL2::Net, SDL2::Mixer and SDL2::GFX). Mirror of https://gitlab.com/aminosbh/sdl2-cmake-modules
sergio-eld/arinc429_utils
Typesafe Utility library for ARINC 429 protocol
sergio-eld/cmwComWrapper
C++17 Component Object Model wrapper library
sergio-eld/hash-service
sergio-eld/any
rtti and ICF optimization free implementation for std::any
sergio-eld/asio_utils
Utils library for ASIO
sergio-eld/dynalo
Cross platform dynamic loading of shared libraries
sergio-eld/endian_converter
Template C++11 library for endianness conversion.
sergio-eld/gl_traits
OpenGL (GLAD) type-safe template wrapper library
sergio-eld/OpenXcom
Open-source clone of the original X-Com 👽
sergio-eld/stopwatch
C++ stopwatch template library
sergio-eld/cpp_pm
C++ Pattern Matching interface
sergio-eld/asio
Asio C++ Library
sergio-eld/ClientServerMessages
Example for sending messages from Client to Server using TCP and utilizing multithreading
sergio-eld/contours-vectorization
Automatic vectorization of buildings' contours on satellite images
sergio-eld/dhconstexpr_lib
my constexpr lib
sergio-eld/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
sergio-eld/ffmeg_edu
learning ffmpeg
sergio-eld/html5-gui-demo
Demos for using HTML 5 as a GUI for C++ apps
sergio-eld/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
sergio-eld/iterator_adapter
Library that provides wrapper iterator adapters for std iterators
sergio-eld/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.
sergio-eld/optional
C++11/14/17 std::optional with functional-style extensions and reference support
sergio-eld/PlatformPath
A small example for packaging a library using CMake
sergio-eld/qtif-test
Qt Installer Framework test project
sergio-eld/rawdrawandroid
Build android apps without any java, entirely in C and Make
sergio-eld/react-crash-course
Following course from https://youtu.be/Dorf8i6lCuk
sergio-eld/simplecs
sergio-eld/synchronized_value
GSL class for concurrency