Yui library examples repository.
https://doublefourteen.io
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
11 months ago | |
---|---|---|
examples | 11 months ago | |
fonts | 1 year ago | |
pics | 1 year ago | |
.gitignore | 1 year ago | |
.lovedeps | 11 months ago | |
LICENSE | 1 year ago | |
README.md | 11 months ago | |
crush.lua | 11 months ago | |
main.lua | 1 year ago |
README.md
Yui Examples
A collection of code examples for yui.
Contents
- Hello World - most basic of the basics.
- Basic Menu - a simple menu made of buttons, useful for main menus and pause menus.
- Options Menu - comprehensive example, demonstrating several widgets and interactions.
...and the initial selection menu is a demo in itself :)
Running the examples
-
Clone this repository.
-
Download yui and its dependencies using crush:
lua crush.lua
-
Start the demo menu with LÖVE:
love .
Acknowledgement
Some examples use PixelDroid Menu fonts, see ACKNOWLEDGEMENT for details.
License
Zlib, see LICENSE for details.