Did you know you can manage projects in the same place you keep your code? Set up a project board on GitHub to streamline and automate your workflow. Learn More Sort tasks Add issues and pull requests to your board and prioritize them alongside note cards containing ideas or task lists. ...
Generates projects for different build systems, scroll down for supported build systems. This is inspired by Valve's VPC (Valve Project Creator). It aims to retain the good elements of VPC (simplicity, ease of use, extensibility and configurability, "direct" access to compiler options and the...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
A portable (OSX/Linux/Windows/Android/iOS), simple zip library written in C This is done by hacking awesome miniz library and layering functions on top of the miniz v3.0.2 API. The Idea ... Some day, I was looking for zip library written in C for my project, but I could not find...
A simple CMake module for clang-format support cmake-modulesclang-format UpdatedDec 6, 2022 CMake some my modules cmakecmake-modules UpdatedSep 15, 2021 CMake A set of CMake modules that are used by the C++-based Gazebo projects. ...
SimpleSTB-stylecross-platform libraries for C and C++, written in C. Sokol See what's new(07-Nov-2024sokol_gfx.h: the 'bindings cleanup' update Examples and Related Projects sokol_imgui.h: sokol_gfx.h rendering backend forDear ImGui ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
Simple graphics library that does not have any dependencies and renders everything into the given memory pixel by pixel. Visithttps://tsoding.github.io/olive.c/to see some demos. The library is not concerned with displaying the image. It only fills up the memory with pixels. It's up to...
This is a typical cmake project, it should work like most typical cmake projects: In a sibling directory to where you extracted the source code: mkdir simpleamqpclient-build cd simpleamqpclient-build cmake .. Then use your the appropriate build utility to build the library (make, msbuild)...
The usual way to add libraries in CMake projects is to callfind_package(<PackageName>)and to link against libraries defined in a<PackageName>_LIBRARIESvariable. While simple, this may lead to unpredictable builds, as it requires the library to be installed on the system and it is unclear ...