Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonliang-dev/coroutine-demo
Lua coroutine example for games
https://github.com/jasonliang-dev/coroutine-demo
coroutines love2d lua
Last synced: 10 days ago
JSON representation
Lua coroutine example for games
- Host: GitHub
- URL: https://github.com/jasonliang-dev/coroutine-demo
- Owner: jasonliang-dev
- Created: 2022-04-06T20:13:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T08:19:46.000Z (almost 3 years ago)
- Last Synced: 2024-11-25T13:39:27.979Z (2 months ago)
- Topics: coroutines, love2d, lua
- Language: Lua
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua Coroutines By Example
The full source code mentioned my article: [Lua Coroutines By Example](https://jasonliang.js.org/coroutines.html).
Download [LÖVE](https://love2d.org/#download), then run:
```
love /path/to/this-repo
```