libvlc-zig
libvlc-zig copied to clipboard
Zig bindings for libVLC media framework.
This library seems to be kind of unconventional on how you are supposed to add it to your project. There doesn't seem to be any module that I can directly...
Roadmap
This project is a small initial sample of VLC binding. ~~Initially the `zig translate-c` (`c` to `zig`) is not 100% yet, generating some inconsistencies in `vlc.h`. But `libvlc.h` is being...
Make build example w/ https://github.com/capy-ui/capy cc: @zenith391
It is under development to better improve the exemplary code and also to improve the CI/CD procedures on Windows using SDL2. **Example based:** - https://github.com/videolan/vlc/blob/master/doc/libvlc/sdl_opengl_player.cpp - https://github.com/kassane/libvlc-zig/blob/SDL_wip/examples/sdl_player.zig