Recently I have been successful getting Gem running over Chromium: http://chromium.sourceforge.net/
After disabling all of the non-chromium compatible extensions I could via compile time flags : ./configure --with-glversion=1.5 --disable-ARB --disable-NV
I was still having problems with glDeleteFramebuffersEXT and other frame buffer commands not being defined when I ran via chromium.
I didn't see a compile option that allowed me to disable these frame buffer commands, so I added this:
#undef GL_EXT_framebuffer_object
to src/Controls/gemframebuffer.cpp
after the includes.
and now gem works via chromium. Maybe the Gem developers could add [or suggest one that already exists] a compile time option to disable these commands, so that others might be able to use chromium with gem as well.
-Alex
Wow, that sounds quite interesting. We have a 9 screen hall at Polytechnic in Brooklyn that we've been playing with. Gem+Chromium could be a lot of fun in there. Wanna come and play in Brooklyn? =D
.hc
On Jun 17, 2007, at 12:06 PM, Alex Norman wrote:
Recently I have been successful getting Gem running over Chromium: http://chromium.sourceforge.net/
After disabling all of the non-chromium compatible extensions I could via compile time flags : ./configure --with-glversion=1.5 --disable-ARB --disable-NV
I was still having problems with glDeleteFramebuffersEXT and other frame buffer commands not being defined when I ran via chromium.
I didn't see a compile option that allowed me to disable these frame buffer commands, so I added this:
#undef GL_EXT_framebuffer_object
to src/Controls/gemframebuffer.cpp
after the includes.
and now gem works via chromium. Maybe the Gem developers could add [or suggest one that already exists] a compile time option to disable these commands, so that others might be able to use chromium with gem as well.
-Alex
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
------------------------------------------------------------------------ ----
kill your television