Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Collection of useful mini modules for Lua / Love2D
- Host: GitHub
- URL: https://github.com/MineGame159/shard
- Owner: MineGame159
- License: mit
- Created: 2019-03-26T17:45:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T06:51:23.000Z (almost 6 years ago)
- Last Synced: 2024-10-21T06:29:54.273Z (4 months ago)
- Topics: love-game-engine, love2d, love2d-framework, love2d-library, lua, lua-library, lua-script
- Language: Lua
- Homepage: https://github.com/MineGame159/shard
- Size: 63.5 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-love2d - shard - Collection of useful mini modules. (Helpers)
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