LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Melssj5 on September 11, 2005, 00:01:12

Title: Playing videos
Post by: Melssj5 on September 11, 2005, 00:01:12
Hi, I am using a engine called jPCT that uses lwjgl to render in OpenGl, I want to know if I can play videos, something like a fmv (full motion video)
Title: hmmmmm....
Post by: Fool Running on September 12, 2005, 14:31:28
You can play movies through OpenGL and LWJGL, but you will have to write the loading code yourself.  See this topic for info on updating the textures:
http://lwjgl.org/forum/viewtopic.php?t=1268

Unless jPCT has the capability already(which I don't know :lol: ). You might check the jPCT docs.