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

https://github.com/deybismelendez/game-tools

Tools for Love2D
https://github.com/deybismelendez/game-tools

gamepad-library love2d love2d-framework love2d-library lua lua-library lua-vector vector vector-2d

Last synced: 16 days ago
JSON representation

Tools for Love2D

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/DeybisMelendez/game-tools.svg?branch=master)](https://travis-ci.org/DeybisMelendez/game-tools)
[![License](http://img.shields.io/badge/License-MIT-brightgreen.svg)](LICENSE)

# game-tools

Game tools for Love2D.

## How to use

You can download libraries or use luarocks.

### Install

```$ luarocks install game-tools```

## Libraries

- [Vector 2D](https://github.com/DeybisMelendez/game-tools/blob/master/doc/vector.md)
- [Lovepad - A gamepad for multitouch](https://github.com/DeybisMelendez/game-tools/blob/master/doc/lovepad.md)
- [Texturelovepad - A texture gamepad for multitouch](https://github.com/DeybisMelendez/game-tools/blob/master/doc/texturelovepad.md)
- [Color - Color tool](https://github.com/DeybisMelendez/game-tools/blob/master/doc/color.md)
- [Scene](https://github.com/DeybisMelendez/game-tools/blob/master/doc/scene.md)