From: Vitaly V. B. <vi...@ma...> - 2004-04-20 12:47:13
|
On Mon, 19 Apr 2004 21:48:02 +0200 Dennis Smit wrote: > * Random: > - FPS timing and caps helper functions. You may try to use Scivi's FPS controls near fpsctl.c It should be simple to rip it off. > This is it for now, after those weeks offline i want to dive into > openGL problems, and how we can make the framework rock for opengl > plugin as well, i'll need a lot of help this because i'm basicly > an opengl clueless person. I think Vitaly might be of great help > here *hint hint* :) I've a kinda ported scivi to libvisual. It runs under libvisual xmms plugin. In different window :) All mouse/keyboard events are also ok both for libvisual and scivi :-) I think that supplying X Window identifier, rendering, position, viewport size should be sufficient nearly for any purpose. And of course resize events etc. Optionally (or as a general rule) plugin can use some higher level API (e.g. placed in libvisual) for framebuffer in system ram or some render-ready OpenGL context. -- Vitaly |