Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkenidar/lua-love2d
experiments with LOVE2D APIs
https://github.com/arkenidar/lua-love2d
2d graphic graphical-user-interface gui love2d-engine sdl
Last synced: 21 days ago
JSON representation
experiments with LOVE2D APIs
- Host: GitHub
- URL: https://github.com/arkenidar/lua-love2d
- Owner: arkenidar
- Created: 2021-08-06T13:29:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T01:07:12.000Z (7 months ago)
- Last Synced: 2024-12-24T08:53:55.572Z (24 days ago)
- Topics: 2d, graphic, graphical-user-interface, gui, love2d-engine, sdl
- Language: Lua
- Homepage:
- Size: 331 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lua-love2d
experiments with LOVE2D APIs# lua and love2d demo uses
```bash
# install love2d
apt show love # info
sudo apt install love # install# install git tool
apt show git # info
sudo apt install git # install# git tool to download the code
git clone https://github.com/arkenidar/lua-love2d# love2d in action from the downloaded code
love lua-love2d/grab-move # love {directory|bundle.love}
```