-
Updated
Jul 17, 2021 - C++
{{ message }}
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Required skills: Cython
Difficulty: Medium
Animation frames from AoE2 graphics files are packed into a texture atlas by the openage converter. We use bin packing to find the optimal arrangement (= smallest atlas dimensions) of the frames in the atlas. Bin packing becomes computationally intensive if a lot of frames are packed (look
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Create charts from the command line
The fastest feature-rich C++11/14/17/20 single-header testing framework
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
A Compile time PCRE (almost) compatible regular expression matcher.
Elements C++ GUI library
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World.
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
C++ Insights - See your source code with the eyes of a compiler
A curated list of awesome header-only C++ libraries
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Parsing Expression Grammar Template Library
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
SIMD Vector Classes for C++