Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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}
```