A LÖVE library for extending video playback functionality via libVLC
| .vscode | ||
| assets | ||
| commands | ||
| lib | ||
| plugins | ||
| util | ||
| .gitignore | ||
| al_h.lua | ||
| alc_h.lua | ||
| conf.lua | ||
| init.lua | ||
| libvlc_h.lua | ||
| LICENSE | ||
| main.lua | ||
| old_demo.lua | ||
| README.md | ||
| test.bat | ||
| test.sh | ||
| TODO.md | ||
lovevlc
A LÖVE library for extending video playback functionality via libVLC
Note
This library only works for LÖVE 12.0+, you can download it from the main LÖVE GitHub Repository Actions.
Download the latest successful build, and find the appropriate version for your OS and architecture (
love-windows-x64for example)
Supported Platforms
- Windows (x86_64 only)
- Linux
Planned Platforms
- macOS
Dependencies
On Linux you need to install vlc from your distro's package manager.
Commands list
Debian based distributions (Debian):
sudo apt-get install vlc libvlc-dev libvlccore-dev vlc-bin
Arch based distributions (Arch):
sudo pacman -S vlc
Fedora based distributions (Fedora):
sudo dnf install vlc
sudo dnf install vlc-devel
Red Hat Enterprise Linux (RHEL):
sudo dnf install epel-release
sudo dnf install vlc
openSUSE based distributions (openSUSE):
sudo zypper install vlc
Gentoo based distributions (Gentoo):
sudo emerge media-video/vlc
Slackware based distributions (Slackware):
sudo slackpkg install vlc
Void Linux (Void Linux):
sudo xbps-install -S vlc
NixOS (NixOS):
nix-env -iA nixpkgs.vlc