BigTailFox's Stars
SanderMertens/ecs-faq
Frequently asked questions about Entity Component Systems
NVIDIA/stdexec
`std::execution`, the proposed C++ framework for asynchronous and parallel programming.
mpark/patterns
This is an experimental library that has evolved to P2688
SanderMertens/flecs
A fast entity component system (ECS) for C & C++
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
abeimler/ecs_benchmark
Benchmarks of common ECS (Entity-Component-System)-Frameworks in C++ (or C)
coal-library/coal
An extension of the Flexible Collision Library
jslee02/awesome-collision-detection
:sunglasses: A curated list of awesome collision detection libraries and resources
MengRao/fmtlog
fmtlog is a performant fmtlib-style logging library with latency in nanoseconds.
greg7mdp/gtl
Greg's Template Library of useful classes.
greg7mdp/parallel-hashmap
A family of header-only, very fast and memory-friendly hashmap and btree containers.
mapbox/eternal
A C++14 compile-time/constexpr map and hash map with minimal binary footprint
huangfeidian/meta
use libclang to extract code imformation and code generation
wangjieest/PAF
a simplest pluginable abstract factory for cpp
standardese/cppast
Library to parse and work with the C++ AST
ktprime/emhash
Fast and memory efficient c++ flat hash map/set
star-e/StarEngine
An experimental rendering engine
BoomingTech/Piccolo
Piccolo (formerly Pilot) – mini game engine for games104
nfrechette/acl
Animation Compression Library
danfis/libccd
Library for collision detection between two convex shapes
huihut/interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.
chimpler/pyhocon
HOCON parser for Python
parallel101/cppguidebook
小彭老师领衔编写,现代C++的中文百科全书
wavetermdev/waveterm
An open-source, cross-platform terminal for seamless workflows
alacritty/alacritty
A cross-platform, OpenGL terminal emulator.
qlibs/reflect
C++20 Static Reflection library
Qihoo360/safe-rules
详细的C/C++编程规范指南,由360质量工程部编著,适用于桌面、服务端及嵌入式软件系统。
romkatv/powerlevel10k
A Zsh theme
qicosmos/iguana
universal serialization engine
Neargye/nameof
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum