Kodi Community Forum
[RELEASE] New OpenGL plugin NastyFFT - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: Screensavers and visualisations (https://forum.kodi.tv/forumdisplay.php?fid=38)
+---- Thread: [RELEASE] New OpenGL plugin NastyFFT (/showthread.php?tid=110835)

Pages: 1 2 3 4


RE: [RELEASE] New OpenGL plugin NastyFFT - ironic_monkey - 2015-03-31

Nope none of the gl vizes work. Those ported to gles do work of course.


RE: [RELEASE] New OpenGL plugin NastyFFT - Otaku Wally - 2015-03-31

<IRONY>Well thanks for YOUR COOPERATION</IRONY>

It does not matter to me if it's OpenGL, GL ES or what ever. I just want to compile it! So could you please just tell me what YOU used on your linux system to get it running? THANKS!


RE: [RELEASE] New OpenGL plugin NastyFFT - ironic_monkey - 2015-03-31

https://github.com/notspiff/kodi-cmake/commit/960f8063815827bea419a605dd1c62b3c604ed78 solves part of the problem fritsch..


RE: [RELEASE] New OpenGL plugin NastyFFT - ironic_monkey - 2015-03-31

I jused the gl headers which ARE available for regular pcs. ARM/embedded uses opengl es. Even if you manage to compile you cannot run it CAUSE THERE IS NO GL DRIVER FOR RPI. You have to port it to gles.

libgl1-mesa-dev.


RE: [RELEASE] New OpenGL plugin NastyFFT - Otaku Wally - 2015-03-31

Did you EVER tried it with GL ES? The whole thing looks pretty simple to me. Why are you THAT sure that it will NOT work with GL ES?


RE: [RELEASE] New OpenGL plugin NastyFFT - ironic_monkey - 2015-03-31

Because it is a completely different api with no fixed pipe support?


RE: [RELEASE] New OpenGL plugin NastyFFT - fritsch - 2015-03-31

(2015-03-31, 13:58)ironic_monkey Wrote: https://github.com/notspiff/kodi-cmake/commit/960f8063815827bea419a605dd1c62b3c604ed78 solves part of the problem fritsch..

Thanks much. Let's revisit on github with FernetMenta. I am not sure if we should "provide" more data or the addon should "cache" the amount of data it needs.