A brief example app for VLC/OpenGL/Imgui
This app requires these libraries.
- ImGui https://github.com/ocornut/imgui
- GLFW3 https://github.com/glfw/glfw
- OpenGL 3.3 >
- libvlc https://github.com/videolan/vlc
- CMake https://cmake.org/
and code in include/vlcpp come from https://github.com/videolan/libvlcpp
Install all dependencies listed above and execute commands below at the directory this file locates
cmake -Bbuild .
cd build
make all
This app is created with help of these links.
