Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdacamar/game_assets

utilities for creating video games
https://github.com/cdacamar/game_assets

c-plus-plus-11 template-metaprogramming video-game-design

Last synced: about 1 month ago
JSON representation

utilities for creating video games

Awesome Lists containing this project

README

        

game_assets
===========

utilities for creating video games

## Basis:
This library is heavily based on the cppcon talk: _"Quick game development with C++11/C++14 - Vittorio Romero"_ see:

## Features:

* Compile time mapped entity groups, removing the need for both typeid and it's runtime overhead
* Now able to work with any device context capture by reference!
* More to come!