cpp20-library topic

List cpp20-library repositories

tts

22
Stars
1
Forks
Watchers

Tiny Test System

malloy

66
Stars
7
Forks
Watchers

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.

qoixx

30
Stars
3
Forks
Watchers

Single Header Quite Fast QOI(Quite OK Image Format) Implementation written in C++20

Delegate

16
Stars
1
Forks
Watchers

Blazing fast, lightweight, safe, heapless, non-templated and header-only replacement for std::function for C++ 17 and beyond.

libcwd

19
Stars
3
Forks
Watchers

Libcwd is a thread-safe, full-featured debugging support library for C++ developers. It includes ostream-based debug output with custom debug channels and devices, powerful memory allocation debuggin...

cage

35
Stars
4
Forks
Watchers

Game development framework / engine designed for programmers, focusing at ease of use.

saucer

253
Stars
18
Forks
Watchers

🛸 A modern, cross-platform C++ webview library

JamTemplateCpp

18
Stars
3
Forks
Watchers

This is the JamTemplate for kickstarting your gamejam entry. It will compile C++20 code for native (Win, Linux, Mac) and web (webassembly) games.

coincenter

20
Stars
7
Forks
Watchers

C++ CLI centralizing several crypto currencies exchanges REST API into an all in one tool with a unified interface. Can be extended and used as a library.

safe-arithmetic

75
Stars
8
Forks
Watchers

Safe arithmetic library for C++20 and above. Safe arithmetic ensures correctness of arithmetic operations at compile-time. It protects against overflow, underflow, divide by zero, and out-of-bounds in...