Stars
An easy to use library to call lua functions from C++ and vice versa
从零编写游戏引擎教程 Writing a game engine tutorial from scratch
Code Problems from Coding Challenge Websites. The goal is to help them to improve their code skills and also studying for coding interviews.
openresty / lua-cjson
Forked from mpx/lua-cjsonLua CJSON is a fast JSON encoding/parsing module for Lua
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
A lightweight, dependency-free library for binding Lua to C++
A General-purpose Task-parallel Programming System using Modern C++
CMake 教程 Modern-CMake 的简体中文翻译,中文版 Gitbook :https://modern-cmake-cn.github.io/Modern-CMake-zh_CN/ Chinese(simplified) translation of famous cmake tutorial Modern CMake. GitHub Pages : https://modern…
C++ IPC Library: A high-performance inter-process communication using shared memory on Linux/Windows.
基于c++内存池,共享内存和信号量实现高速的进程间通信队列,单进程读单进程写无需加锁,多进程读多进程写用信号量集实现读写锁保证读写安全