Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cdacamar/game_assets
- Owner: cdacamar
- Created: 2014-10-10T00:07:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T23:26:36.000Z (over 10 years ago)
- Last Synced: 2023-08-13T02:43:48.343Z (over 1 year ago)
- Topics: c-plus-plus-11, template-metaprogramming, video-game-design
- Language: C++
- Size: 169 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!