Pinned Repositories
3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
8cc
A Small C Compiler
abseil-cpp
Abseil Common Libraries (C++)
acl
One advanced C/C++ library for Linux, Mac, FreeBSD, Solaris(x86), Windows, Android, IOS
algernon
Pure Go web server with Lua, Markdown, HTTP/2 and template support
aoi
Area of Interest Library
aoi-1
area of interest(AOI), Navigation-Mesh
aoi-2
基于 QuadTree ,实现的AOI。将用在NavMeshScene中,做Agent间的碰撞
libconcurrent
Concurrent Programming Library (Coroutine) for C
springstar's Repositories
springstar/3d-game-shaders-for-beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
springstar/abseil-cpp
Abseil Common Libraries (C++)
springstar/Applying_EANNs
A 2D Unity simulation in which cars learn to navigate themselves through different courses. The cars are steered by a feedforward neural network. The weights of the network are trained using a modified genetic algorithm.
springstar/Awesome-Game-Analysis
a comprehensive collection of video game tech analysis resources
springstar/AwesomeCppGameDev
A curated list of awesome C++ (mainly) things for Game Development. Inspired by awesome-... stuff.
springstar/brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services, called "baidu-rpc" inside Baidu.
springstar/confgen
springstar/das
Demontrates the power and simplicity of writing C++ programs in the data abstraction-style.
springstar/enet
ENet reliable UDP networking library
springstar/entityx
EntityX - A fast, type-safe C++ Entity-Component system
springstar/entt
Gaming meets modern C++ - a fast and reliable entity-component system (ECS) and much more
springstar/GameNetworkingResources
A Curated List of Multiplayer Game Network Programming Resources
springstar/games
:video_game: A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
springstar/memory-allocators
Custom memory allocators in C++ to improve the performance of dynamic memory allocation
springstar/modern-java-practices
Modern Java/JVM Build Practices
springstar/overgrowth
Open Source codebase of the game Overgrowth by Wolfire Games LLC
springstar/Overload
3D Game engine with editor
springstar/PrismataAI
The C++ AI Engine for Prismata by Lunarch Studios
springstar/protogen
springstar/recastnavigation-study
Recastnavigation with comments.
springstar/robot
springstar/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
springstar/sokol
minimal cross-platform standalone C headers
springstar/SPSC_Queue
A highly optimized single producer single consumer message queue C++ template
springstar/stb
stb single-file public domain libraries for C/C++
springstar/stratagus
The Stratagus strategy game engine
springstar/tinyrenderer
A brief computer graphics / rendering course
springstar/ts-c-compiler
⚙️ Multipass C Compiler, Assembler and X86 emulator written in TypeScript
springstar/ulisp
A compiler for a lisp-like language targeting LLVM IR, x86 assembly
springstar/Unity3DTraining
Unity的练习项目