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...
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. ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
(RFC 1951) compressed data format specification standards. It supports the most commonly used functions exported by the zlib library, but is a completely independent implementation so zlib's licensing requirements do not apply. Miniz also contains simple to use functions for writing .PNG format ...
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 ...
cr.h: A Simple C Hot Reload Header-only Library. Contribute to fungos/cr development by creating an account on GitHub.
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)...
simple, plain JavaScript state management with built-in support for React.Try it LiveStator works by adding methods around a global plain JavaScript object, and attaching callback functions to it. The callback functions automatically call setState on the Component(s) that need it. Read more....
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 ...
I only needed simple interface to append buffers or files to the current zip-entry. Thanks to this feature I'm able to merge many files/buffers and compress them on-the-fly. It was the reason, why I decided to write zip module on top of the miniz. It required a little bit hacking...