mirror of
https://codeberg.org/1414codeforge/yui-examples.git
synced 2025-04-24 23:18:48 +02:00
[README] Add instructions for running the demos.
This commit is contained in:
parent
599f00b13f
commit
4cf998a547
16
README.md
16
README.md
@ -1,7 +1,7 @@
|
|||||||
Yui Examples
|
Yui Examples
|
||||||
============
|
============
|
||||||
|
|
||||||
A collection of code examples for [Yui](https://git.doublefourteen.io/lua/yui).
|
A collection of code examples for [yui](https://git.doublefourteen.io/lua/yui).
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
|
|
||||||
@ -11,6 +11,20 @@ A collection of code examples for [Yui](https://git.doublefourteen.io/lua/yui).
|
|||||||
|
|
||||||
...and the [initial selection](examples/init.lua) menu is a demo in itself :)
|
...and the [initial selection](examples/init.lua) menu is a demo in itself :)
|
||||||
|
|
||||||
|
## Running the examples
|
||||||
|
|
||||||
|
1. Clone this repository.
|
||||||
|
|
||||||
|
2. Download **yui** and its dependencies using [crush](https://git.doublefourteen.io/lua/crush):
|
||||||
|
```sh
|
||||||
|
lua crush.lua
|
||||||
|
```
|
||||||
|
|
||||||
|
3. Start the demo menu with [LÖVE](https://love2d.org):
|
||||||
|
```sh
|
||||||
|
love .
|
||||||
|
```
|
||||||
|
|
||||||
## Acknowledgement
|
## Acknowledgement
|
||||||
|
|
||||||
Some examples use [PixelDroid Menu fonts](https://github.com/pixeldroid/fonts),
|
Some examples use [PixelDroid Menu fonts](https://github.com/pixeldroid/fonts),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user