libvlc

libvlc bindings for Nim


Keywords
vlc, libvlc, music, video, audio, media, wrapper, media-player, nim, nimterop
License
MIT
Install
nimble install libvlc

Documentation

This project is a Nim wrapper for the libvlc library.

It is distributed as a Nimble package and depends on nimterop to generate the wrappers. The libvlc source code is downloaded using Git so having git in the path is required.

Installation

This package can be installed via Nimble:

> nimble install libvlc

This will download, wrap and install the libvlc wrapper in the standard Nimble package location, typically ~/.nimble. Once installed, it can be imported into any Nim program.

Credits

This project wraps the libvlc source code and all licensing terms of VLC apply to the usage of this package.

Feedback

This project is a work in progress and any feedback or suggestions are welcome. It is hosted on GitHub with an MIT license so issues, forks and PRs are most appreciated.