Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/MineGame159/shard

Collection of useful mini modules for Lua / Love2D
https://github.com/MineGame159/shard

love-game-engine love2d love2d-framework love2d-library lua lua-library lua-script

Last synced: about 2 months ago
JSON representation

Collection of useful mini modules for Lua / Love2D

Awesome Lists containing this project

README

        

# Shard
Collection of useful mini modules for Lua / Love2D
![shard](shard.png)

## Features
- Small size
- Fast execution
- Each module is independent

## Instalation
Simple copy *shard* folder to your folder

## Modules
* [shard.base](readme/base.md) - Fast class system with support for inheritance
* [shard.spritesheet](readme/spritesheet.md) - Spritesheet for Love2D
* [shard.locale](readme/locale.md) - Locale / translation system for Lua or Love2D
* [shard.signal](readme/signal.md) - Simple but powerful signal system
* [shard.timer](readme/timer.md) - Extremely simple timer
* [shard.vector2](readme/vector2.md) - Vector2 class
* [shard.utils](readme/utils.md) - Utility functions