[vlc-commits] [Git][videolan/libvlcpp][master] 2 commits: Add README

Hugo Beauzée-Luyssen gitlab at videolan.org
Tue Nov 17 10:14:24 CET 2020



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / libvlcpp


Commits:
f22156b4 by Martin Finkel at 2020-11-17T10:13:44+01:00
Add README

- - - - -
a9c0f04a by Martin Finkel at 2020-11-17T10:13:44+01:00
improve readme

- - - - -


1 changed file:

- + README.md


Changes:

=====================================
README.md
=====================================
@@ -0,0 +1,27 @@
+# libvlcpp
+
+[![Join the chat at https://discord.gg/3h3K3JF](https://img.shields.io/discord/716939396464508958?label=discord)](https://discord.gg/3h3K3JF)
+
+[libvlcpp](https://code.videolan.org/videolan/libvlcpp) is a header-only, C++ bindings for the libvlc crossplatform multimedia API. It is an official binding over the VideoLAN libvlc library and can be used on many platforms.
+
+## Documentation
+
+Since libvlcpp is a close wrapper over libvlc, your documentation needs will be best served by either checking the libvlcpp source code, or the [libvlc documentation](https://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc.html).
+
+## Issues
+
+libvlcpp tickets are located on our [GitLab](https://code.videolan.org/videolan/libvlcpp/-/issues).
+
+## Contribution
+
+Contribution are always welcome!
+
+Feel free to open a merge request on our [GitLab](https://code.videolan.org/videolan/libvlcpp/-/merge_requests).
+
+## Examples
+
+For usage examples, head over to the examples folder where you will find several code samples, such as [helloworld](examples/helloworld/main.cpp) and more.
+
+## Used by
+
+libvlcpp is being used and tested extensively in various projects, such as the VideoLAN [medialibrary](https://code.videolan.org/videolan/medialibrary), the previous [VLC for UWP](https://code.videolan.org/videolan/vlc-winrt) app and more.
\ No newline at end of file



View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/compare/6d7297fc887243d7f2dfbb4196fe02ecc68b58d3...a9c0f04a0403965e2b907d90ae75733a7fec57b2

-- 
View it on GitLab: https://code.videolan.org/videolan/libvlcpp/-/compare/6d7297fc887243d7f2dfbb4196fe02ecc68b58d3...a9c0f04a0403965e2b907d90ae75733a7fec57b2
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list