Hello,
I wonder if anyone tried to figure out how this can be used on those vuplus machines, i know that this is under NDA and mostly nobody has access to resources, but worth to ask
Kodi it seems to be supported by vuplus and they provided some precompiled libraries for kodi which have some headers as well, but not enough....
So far i was able to init the gles display from C++ code using vuplus_gles.h and libvugles2.so which are provided by vuplus but OpenPli does not include in any distributions, i wonder why?
http://code.vuplus.c...phics/libvugles
Following code works on my Solo4K using above libvugles2 and header
gles_open();
and use
I am trying to use SDL2 with opengles2 but for now seems impossible, the SDL2 is compiled with opgles2 support, list the video driver as available but if i try to init video tell that no available video device, probably i am missing something, any clues?
Best regards,
Marc