Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/giginet/heqet
- Owner: giginet
- Created: 2012-01-01T04:17:30.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T08:04:43.000Z (almost 12 years ago)
- Last Synced: 2025-01-19T16:49:57.635Z (5 days ago)
- Language: Objective-C
- Homepage:
- Size: 3.83 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.