-
Updated
May 6, 2022 - C++
#
cpp17

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 3,702 public repositories matching this topic...
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
gamedev
reflection
game-engine
cpp
data-oriented-design
modern-cpp
game-development
ecs
entity-component-system
header-only
cpp17
game-programming
production-ready
no-dependencies
architectural-patterns
data-oriented
game-dev
cpp20
ecs-framework
entt
-
Updated
May 21, 2022 - C++
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
type: enhancement
New feature or request.
P1: should have
Necessary, but not critical.
good first issue
Good for newcomers.
compiler: nvcc
Specific to the NVCC compiler.
The fastest feature-rich C++11/14/17/20 single-header testing framework
testing
c-plus-plus
unit-testing
tdd
cpp
doctest
cpp14
cpp11
header-only
cpp17
single-file
testing-framework
cpp20
-
Updated
May 18, 2022 - C++
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
android
ios
visual-studio
lua
ndk
simple
gcc
modern-cpp
luajit
clang
cpp17
sol
lua-binding
lua-bindings
lua-scripting
visual-cpp
-
Updated
May 14, 2022 - C++
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
enum
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
enum-to-string
string-to-enum
-
Updated
May 21, 2022 - C++
Compile Time Regular Expression in C++
-
Updated
Apr 3, 2022 - C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
windows
linux
internal
json
dll
cpp
counter-strike
reverse-engineering
imgui
csgo
cheating
source-engine
game-hacking
cheat
cpp17
dll-injection
osiris
cpp20
csgo-cheat
-
Updated
May 21, 2022 - C++
Elements C++ GUI library
-
Updated
Apr 12, 2022 - C++
BielBdeLuna
commented
Apr 12, 2022
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
cplusplus
cpp
llvm
cpp14
ast
clang
cpp11
cpp17
cplusplus-14
cplusplus-11
cplusplus-17
cpp20
cplusplus-20
-
Updated
May 12, 2022 - C++
The C++ Standard Library for Parallelism and Concurrency
-
Updated
May 21, 2022 - C++
A curated list of awesome header-only C++ libraries
lists
c-plus-plus
list
cplusplus
cross-platform
libraries
modern-cpp
cpp14
resources
cpp11
header-only
awesome-list
cpp17
cpp-library
cpp98
single-header-lib
single-header
cpp20
cpp03
header-library
-
Updated
May 10, 2022
mrx23dot
opened
Nov 28, 2019
Parsing Expression Grammar Template Library
parsing
parser-combinators
cpp
grammar
cpp11
parsing-expression-grammar
header-only
cpp17
peg
parsing-expression-grammars
pegtl
-
Updated
May 18, 2022 - C++
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
-
Updated
Dec 17, 2021 - C++
高性能并行编程与优化 - 课件
-
Updated
May 1, 2022 - C++
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
-
Updated
Apr 26, 2022 - C++
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
c-plus-plus
serialization
reflection
cplusplus
cpp
metaprogramming
header-only
cpp17
c-plus-plus-17
no-dependencies
single-file
cplusplus-17
nameof
nameof-operator
enum-to-string
-
Updated
May 18, 2022 - C++
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
windows
linux
terminal
cross-platform
cpp
ascii
utf-8
tui
ncurses
cpp17
retrocomputing
text-based
msvc
ms-dos
retroprogramming
linux-console
borland
borland-cpp
turbo-vision
utf8-everywhere
-
Updated
May 18, 2022 - C++
Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
audio
cplusplus
dft
cxx
travis-ci
dsp
cpp14
intel
avx
clang
simd
header-only
fast-fourier-transform
cpp17
cplusplus-14
fft
digital-signal-processing
avx512
ser
audio-processing
cplusplus-17
discrete-fourier-transform
-
Updated
May 20, 2022 - C++
Your Hardcore Loop Machine.
audio
music
windows
macos
linux
midi
music-composition
midi-device
daw
cpp17
audio-production
vst3
juce
audio-processing
drum-machine
giada
loop-machine
hardcore-loopmachine
beatmaking
giadaloopmachine
-
Updated
May 21, 2022 - C++
SIMD Vector Classes for C++
c-plus-plus
cpp
portable
neon
cpp14
parallel
parallel-computing
avx
sse
cpp11
simd
cpp17
avx2
simd-programming
vectorization
avx512
simd-instructions
simd-vector
data-parallel
-
Updated
May 20, 2022 - C++
A high speed C++17 Vulkan game engine
open-source
c-plus-plus
cross-platform
game-engine
gpu
vulkan
game-development
gles
renderer
cpp17
graphics-library
3d-engine
vulkan-game-engine
vulkan-engine
-
Updated
Apr 2, 2022 - C++
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