Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.17 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.17 KB

LytPlay

Codacy Badge

Music player that plays music from youtube. Supports title and link input.

Technologies

Language: Lua
Framework: LÖVE
Libraries: lpeg, nuklear

Team members

  • Stevan Popović - 352/2020
  • Minja Popović - 39/2018
  • Mina Krivokuća - 215/2016

May 2021
Faculty of Mathematics, University of Belgrade

How to use

  • 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 .

How it looks

2021-05-04_16-56