banemon / lakka-menu

A prototype menu for Lakka. Since then, this menu have been implemented in C directly in RetroArch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lakka-menu

A prototype menu for Lakka

Clone the repository and the submodule with all the icons :

git clone  https://github.com/lakkatv/lakka-menu.git
cd lakka-menu/
git submodule init
git submodule update

Lauch the prototype with love2d (http://love2d.org/) :

love .

Choose the theme you want, Change in main.lua line 5 :

theme = 'flatui'

or

theme = 'monochrome'

About

A prototype menu for Lakka. Since then, this menu have been implemented in C directly in RetroArch


Languages

Language:Lua 100.0%