zhousongsong's Stars
barry-ran/QtScrcpy
Android real-time display control software
google/snappy
A fast compressor/decompressor
cwc1987/QmlBook-In-Chinese
QML Book In Chinese
jaredtao/TaoQuick
a cool QtQuick component library (一套酷炫的QtQuick基础库)
aeagean/QtNetworkService
使用Builder模式封装网络请求接口get, post, put.还加入lambda特性用于网络请求响应
aeagean/QmlUI
一套扁平化风格的Qml控件
feiyangqingyun/qtkaifajingyan
自己总结的这十多年做Qt开发以来的经验,以及Qt相关武林秘籍电子书,会一直持续更新增加,欢迎各位留言增加内容或者提出建议,谢谢!公众号:Qt实战/Qt入门和进阶/Qt教程
mengps/QmlControls
✨Qt/Qml 控件 & 实用工具 & { DelegateUI Qt5 实现 }
idea4good/GuiLite
✔️The smallest header-only GUI library(4 KLOC) for all platforms
jpbarrette/curlpp
C++ wrapper around libcURL
JosephP91/curlcpp
An object oriented C++ wrapper for CURL (libcurl)
jaredtao/DesignPattern
C++11全套设计模式-23种指针的用法(a full DesignPattern implement with c++11)
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
jsteemann/atoi
Fast string to integer conversion
mpaland/sqlitepp
Single C++ STL header wrapper for the SQLite3 db
SRombauts/SQLiteCpp_Example
C++ Example project using SQLiteCpp as a Git submodule / CMake subdirectory
SRombauts/SQLiteCpp
SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper.
sqlitebrowser/sqlitebrowser
Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
pistacheio/pistache
A high-performance REST toolkit written in C++
agauniyal/rang
A Minimal, Header only Modern c++ library for terminal goodies 💄✨
marzer/tomlplusplus
Header-only TOML config file parser and serializer for C++17.
cktan/tomlc99
TOML C library
ToruNiina/toml11
TOML for Modern C++
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
sqids/sqids-c
Official C port of Sqids. Generate short unique IDs from numbers.
sqids/sqids-cpp
Official C++ port of Sqids. Generate short unique IDs from numbers.
LiveAsynchronousVisualizedArchitecture/simdb
A high performance, shared memory, lock free, cross platform, single file, no dependencies, C++11 key-value store
sourcey/libsourcey
C++14 evented IO libraries for high performance networking and media based applications
cacay/MemoryPool
An easy to use and efficient memory pool allocator written in C++.