https://github.com/greenstack/heartstring
A template for Love2D projects.
https://github.com/greenstack/heartstring
love2d lua
Last synced: 10 months ago
JSON representation
A template for Love2D projects.
- Host: GitHub
- URL: https://github.com/greenstack/heartstring
- Owner: greenstack
- License: mit
- Created: 2024-05-14T03:15:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T23:42:39.000Z (over 1 year ago)
- Last Synced: 2025-02-10T23:51:19.338Z (11 months ago)
- Topics: love2d, lua
- Language: Lua
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Heartstring
Heartstring is a template project for games made using Love2D. It comes bundled with a lot of libraries that I find useful, including:
- [Josh Perry]()
- [Peachy](): Makes working with Aseprite exports nice and easy
- [Kikito]()
- [Gamera](): Nice, simple camera library that helps keep the camera from going out-of-bounds
- [Novemberism](https://github.com/novemberisms)
- [Brinevector](https://github.com/novemberisms/brinevector): Excellent library full of vector utilities
- [RXI](https://github.com/rxi)
- [Classic](https://github.com/rxi/classic): OOP library
- [SnowKittyKira](https://github.com/snowkittykira/)
- [Love Error Explorer](https://github.com/snowkittykira/love-error-explorer): Excellent utility for exploring errors and issues without having to set too much up
- [Tesselode]()
- [Baton](): Provides a nice out-of-the-box control config library
- [Cartographer](): Helps with importing Tiled maps
Note that these dependencies are included via Git Submodules, so you'll need to do a recursive clone.