YoungXiang's Stars
mtrebi/memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
johannesthoma/mmap_allocator
A STL allocator that mmaps files
martinus/unordered_dense
A fast & densely stored hashmap and hashset based on robin-hood backward shift deletion
abseil/abseil-cpp
Abseil Common Libraries (C++)
DeveloperPaul123/thread-pool
A modern, fast, lightweight thread pool library based on C++20
bshoshany/thread-pool
BS::thread_pool: a fast, lightweight, modern, and easy-to-use C++17 / C++20 / C++23 thread pool library
harfbuzz/ttf-parser
A high-level, safe, zero-allocation TrueType font parser.
behdad/freetype
My FreeType playground; most patches make it upstream within days
pointcache/BasicEventBus
Basic event bus for unity
moya-lang/Allocator
Ultra fast C++11 allocator for STL containers.
foonathan/memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
spindlebink/fontdue-native
C interface to Fontdue font renderer (mirror)
raphlinus/font-rs
stadiamaps/sdf_glyph_renderer
A simple, bitmap-based signed distance field generator written in Rust
behdad/glyphy
GLyphy is a signed-distance-field (SDF) text renderer using OpenGL ES2 shading language.
mooman219/fontdue
The fastest font renderer in the world, written in pure rust.
LiangliangNan/Easy3D
A lightweight, easy-to-use, and efficient library for processing and rendering 3D data (C++ & Python)
leaf3d/leaf3d
A lightweight 3D rendering engine based on modern OpenGL
pablospe/cmake-example-library
How to install a library with cmake
mattvchandler/textogl
Text rendering library for OpenGL / OpenGL ES
rbrich/xcikit
Collection of C++ libraries for drawing 2D graphics, rendering text, and more.
alexheretic/ab-glyph
Rust API for loading, scaling, positioning and rasterizing OpenType font glyphs
arielm/Unicode
The Unicode test suite for Cinder
MicrosoftDocs/cpp-docs
C++ Documentation
chfoo/cobbletext
Complex text layout and rendering engine library
JiayinCao/SORT
Simple Open-source Ray Tracer
serhii-rieznik/etx-tracer
Physically-based CPU and GPU ray-tracer
POV-Ray/povray
The Persistence of Vision Raytracer (POV-Ray)
wjakob/nori
Nori: an educational ray tracer
wjakob/nanogui
Minimalistic GUI library for OpenGL