-
Updated
Jan 3, 2022 - C++
{{ message }}
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
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:
I have noticed that for some enums I have compilation fail (which is good, as I don't want to check if any code has some issues with wrong min/max specification for enum values one by one), but for others it is not complaining at all.
It seems that this happens only if there is a missing enum of value MAGIC_ENUM_RANGE_MAX+1
This is fairly representative example of the code that should fail
A Compile time PCRE (almost) compatible regular expression matcher.
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
The C++ Standard Library for Parallelism and Concurrency
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!
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
Descriptions of C++17 features, presented mostly in "Tony Tables" (hey, the name wasn't my idea)
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
There is constexpr, consteval but constinit is not described.
It could be worth to add it.