Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/giginet/heqet

Heqet is an useful utility collection for game development on Kobold2D.
https://github.com/giginet/heqet

Last synced: about 17 hours ago
JSON representation

Heqet is an useful utility collection for game development on Kobold2D.

Awesome Lists containing this project

README

        

# Heqet

## Description
Heqet is an useful utility collection for game development.
It extends Kobold2D.

## Installation

- Clone Heqet as submodule into your project.

```shell
cd ~/Kobold2D/Kobold2D-x.y/YourProject
git init
git submodule add git://github.com/giginet/Heqet.git libs/Heqet
```

- Add Heqet/Heqet to your Xcode project.
- Include heqet.h

```cpp
#include "heqet.h"
```

Documentation
---------------
Comming later.