Thetutorialchef's Stars
Project-Maestone/Maestone-Emulator
An attempt to revive the game "Maestia: Rise of Keledus".
crystalspace/CS
Crystal Space 3D repo
PardCode/illuxUI
Future Home of illuxUI, C++ GUI Library/Framework
PardCode/CPP-3D-Game-Tutorial-Series
C++ 3D Game Tutorial Series (DirectX) - Learn to code a DirectX 3D Game in C++ from scratch
PardCode/Game-Engine-Development-Series
Game Engine Development Series - Learn to code a Game Engine in C++ from scratch
PardCode/OpenGL-3D-Game-Tutorial-Series
C++ OpenGL 3D Game Tutorial Series - Learn to code a Cross-Platform OpenGL 3D Game in C++ from scratch
LemonOSProject/LemonOS
The Lemon Operating System
ajweeks/FlexEngine
Cross-platform game engine with Vulkan backend
mutouyun/cpp-ipc
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
filipdutescu/modern-cpp-template
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
hengqiali/AwesomeCpp
---AWESOME--- C++学习笔记和常见面试知识点,C++11特性,包括智能指针、四种强制转换、function和bind、移动语义、完美转发、tuple、多态原理、虚表、友元函数、符号重载、函数指针、深浅拷贝、struct内存对齐、volatile以及union\static等各种关键字的用法等等
Corvusoft/restbed
Corvusoft's Restbed framework brings asynchronous RESTful functionality to C++14 applications.
Ly0n/awesome-robotic-tooling
Tooling for professional robotic development in C++ and Python with a touch of ROS, autonomous driving and aerospace.
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
TheLartians/ModernCppStarter
🚀 Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
eidheim/Simple-Web-Server
A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications.
jacobdufault/cquery
C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server protocol support. Cross references, completion, diagnostics, semantic highlighting and more
Akagi201/learning-cmake
learning cmake
OGRECave/ogre
scene-oriented, flexible 3D engine (C++, Python, C#, Java)
appcypher/awesome-wasm-langs
😎 A curated list of languages that compile directly to or have their VMs in WebAssembly
royeo/awesome-programming-books
📚 经典技术书籍推荐,持续更新...
libcpr/cpr
C++ Requests: Curl for People, a spiritual port of Python Requests.
0xFA11/GameNetworkingResources
A Curated List of Multiplayer Game Network Programming Resources
oatpp/oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
mandliya/algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
Project-OSRM/osrm-backend
Open Source Routing Machine - C++ backend
cpp-best-practices/cppbestpractices
Collaborative Collection of C++ Best Practices. This online resource is part of Jason Turner's collection of C++ Best Practices resources. See README.md for more information.
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
yhirose/cpp-httplib
A C++ header-only HTTP/HTTPS server and client library
cython/cython
The most widely used Python to C compiler