mbono's Stars
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
Developer-Y/cs-video-courses
List of Computer Science courses with video lectures.
ssloy/tinyrenderer
A brief computer graphics / rendering course
google/tink
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
skypjack/entt
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
g-truc/glm
OpenGL Mathematics (GLM)
benthosdev/benthos
Fancy stream processing made operationally mundane
charlax/engineering-management
A collection of inspiring resources related to engineering management and tech leadership
hsutter/cppfront
A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Neargye/magic_enum
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
ssloy/tinyraytracer
A brief computer graphics / rendering course
royeo/awesome-programming-books
📚 经典技术书籍推荐,持续更新...
JakubVojvoda/design-patterns-cpp
C++ Design Patterns
KDAB/hotspot
The Linux perf GUI for performance analysis.
andreasfertig/cppinsights
C++ Insights - See your source code with the eyes of a compiler
OGRECave/ogre
scene-oriented, flexible 3D engine (C++, Python, C#, Java)
idealvin/coost
A tiny boost library in C++11.
paceholder/nodeeditor
Qt Node Editor. Dataflow programming framework
ChaiScript/ChaiScript
Embedded Scripting Language Designed for C++
ccache/ccache
ccache – a fast compiler cache
fnc12/sqlite_orm
❤️ SQLite ORM light header only library for modern C++
mikalv/awesome-qt-qml
A curated list of awesome Qt and QML libraries, resources, projects, and shiny things.
Dobiasd/FunctionalPlus
Functional Programming Library for C++. Write concise and readable C++ code.
aantron/better-enums
C++ compile-time enum to string, iteration, in a single header file
ArthurSonzogni/Diagon
Interactive ASCII art diagram generators. :star2:
JVital2013/RoadApplePi
An elegent "Black Box" solution that can be retrofitted into any car with an OBD(II) port for minimal cost.
hanickadot/cthash
constexpr implementation of SHA-2 and SHA-3 family of hashes
KDAB/android
KDAB's Android gems
fe-dagostino/The-Magicians
Collection of articles, intended to analyse C/C++ related topics under a performances point of view and sometimes disrupting some best practices that cause CPU cycles waste and consequently generating more energy consumption ed often longer execution times.
KDAB/KDTools
KDTools aims to ease the daily work of Qt programmers by providing a number of well-designed, easy-to-use widgets and non-gui classes.