mizvekov's Stars
nothings/stb
stb single-file public domain libraries for C/C++
google/flatbuffers
FlatBuffers: Memory Efficient Serialization Library
fmtlib/fmt
A modern formatting library
nim-lang/Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
mesonbuild/meson
The Meson Build System
stlink-org/stlink
Open source STM32 MCU programming toolset
abumq/easyloggingpp
C++ logging library. It is powerful, supports asynchronous low latency, extendable, light-weight, fast performing, thread and type safe and consists of many built-in features. It provides ability to write logs in your own customized format. It also provide support for logging your classes, third-party libraries, STL and third-party containers etc.
ETLCPP/etl
Embedded Template Library
taocpp/PEGTL
Parsing Expression Grammar Template Library
emweb/wt
Wt, C++ Web Toolkit
boostorg/hana
Your standard library for metaprogramming
rougier/freetype-gl
OpenGL text using one vertex buffer, one texture and FreeType
dibyendumajumdar/ravi
Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers
boost-ext/di
C++14 Dependency Injection Library
libRocket/libRocket
libRocket - The HTML/CSS User Interface library
graphitemaster/incbin
Include binary files in C/C++
hackndev/zinc
The bare metal stack for rust
jeaye/stdman
Formatted C++20 stdlib man pages (cppreference)
jscheiny/Streams
Lazy evaluation in C++ - http://jscheiny.github.io/Streams/
ned14/nedmalloc
An EXTREMELY FAST portable thread caching malloc implementation written in C for multiple threads without lock contention based on dlmalloc. Optimised for x86 and x64. Compatible with C++. Can patch itself into existing binaries on Windows.
facebookarchive/thpp
TH++, C++ interface to the torch7 TH library
simonask/w
A simple C++ web framework based on Libevent.
pfultz2/Tick
Trait introspection and concept creator for C++11
jeaye/jeayeson
A very sane (header only) C++14 JSON library
ptal/expected
What did you expect?
syntheticpp/metaFFT
Template based C++11 FFT implementation.
BoostGSoC13/boost.afio
HISTORICAL INTEREST ONLY: Post peer review AFIO v2 rewrite is now at https://github.com/ned14/boost.afio
kirkshoop/await
exploring coroutine C++ proposal
ambroise-leclerc/ETL
C++2x Embedded Template Library for AVR 8-bit microcontrollers.
adityaramesh/ccbase
Makes using C++ more enjoyable.