Highlights
- Pro
C/C++
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
MSVC's implementation of the C++ Standard Library.
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
mimalloc is a compact general purpose allocator with excellent performance.
A x86_64 C99 compiler written in Rust from scratch
C++ Insights - See your source code with the eyes of a compiler
Jet-Lagged Engine is a work-in-progress C++/Lua game engine supporting Windows, Linux, Mac and browsers.
I challenged myself to see if I could create a voxel game (Minecraft-like) in just one week using C++ and OpenGL, and here is the result
Jupyter kernel for the C++ programming language
Up to 10x faster strings for C, C++, Python, Rust, Swift & Go, leveraging NEON, AVX2, AVX-512, SVE, & SWAR to accelerate search, hashing, sort, edit distances, and memory ops 🦖
💬 Portable GUI dialogs library, C++11, single-header
A minimal programming example for a chat server
A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!
📦 CMake's missing package manager. A small CMake script for setup-free, cross-platform, reproducible dependency management.
Write beautifully. Effortlessly. A note-taking app written in Qt C++ and QML.
Fast and beautiful note-taking app written in C++. Write down your thoughts.
Goal: Enable awesome tooling for Bazel users of the C language family.
A library of C++ coroutine abstractions for the coroutines TS
C++ Implementation of PyTorch Tutorials for Everyone
metatrace is a C++ Compile Time, Whitted Style Ray Tracer, utilizing classic C++98/03 style metaprogramming. All the Ray Tracing is done during compilation.
Bear is a tool that generates a compilation database for clang tooling.
A C++ Template library, developed by Andrei Alexandrescu, the author of the book Modern C++ Design.