Video player for OpenFING (made in lua)
sudo apt-get install luajit lua-lgi gir1.2-gstreamer-1.0 gir1.2-soup-2.4 gir1.2-gtk-3.0 gstreamer1.0-plugins-good gstreamer1.0-libav
git clone https://github.com/fcr--/lua-openfing.git
cd lua-openfing
./app.lua
- Gtk: reference, sorted treeview example,
- GStreamer: reference, gui integration tutorial.
- libsoup: docs
- lgi: guide, treeview example, stockbrowser example, get_xid method.
- OpenFING: public api.
- Lua: reference.
If you need to build lgi (if you find yourself fighting against #132), make sure libgirepository1.0-dev
is installed before running luarock install lgi
.