-
Updated
May 6, 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
It is a very common pitfall of Thrust users to attempt to use a __device__ lambda with Thrust algorithms or iterators that fails in silent or obscure ways.
This is frequently due to the limitation that you cannot reliably query the return type of an extended lambda in host code. Specifically
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
Compile Time Regular Expression in C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Elements C++ GUI library
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
C++ Insights - See your source code with the eyes of a compiler
The C++ Standard Library for Parallelism and Concurrency
A curated list of awesome header-only C++ libraries
Parsing Expression Grammar Template Library
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
高性能并行编程与优化 - 课件
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
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
There is constexpr, consteval but constinit is not described.
It could be worth to add it.