-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I'm trying to learn to use this library. The documentation is a comprehensive reference if I know what function/class/type I have and I want to know what it does. But it does not appear to include anything to tell me what function/class/type I would need to accomplish basic tasks such as "open a window".
The readme alludes to examples in the documentation, but it only links to the complete VLC wrapper example. I think the examples are organized by which function/class/type they show you how to use, and not by what they show you how to do. I'm not able to locate any examples for things like "display the simplest possible window", or "display a two-button dialog box", which one would expect would exist in order to teach users how to use the library.
The documentation should be updated to link to these examples if they exist, or they should be written if they do not yet exist.