gamepoet / blink

highly parallel game systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blink

Blink is a collection of libraries useful to facilitate development of games. It is initially being used as a framework for exploring highly parallel game systems based around breaking work down into asynchronous jobs.

All functions use a 'bl_' prefix and types use 'BL' and preprocessor symbols use 'BL_'.

About

highly parallel game systems

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 79.6%Language:C 20.4%