Music player that plays music from youtube. Supports title and link input.
Language: Lua
Framework: LÖVE
Libraries: lpeg, nuklear
- Stevan Popović - 352/2020
- Minja Popović - 39/2018
- Mina Krivokuća - 215/2016
May 2021
Faculty of Mathematics, University of Belgrade
- Install youtube-dl:
snap install youtube-dl
- Install LÖVE framework:
add-apt-repository ppa:bartbes/love-stable
apt update
apt install love
- Install Lua5.1:
apt install liblua5.1-0-dev
- Clone the repository:
git clone https://github.com/matf-pp/2021_LytPlay/
- Enter source directory:
cd 2021_LytPlay/love_files/
- Start the app:
love .