Re: [sdljava-users] guichan port added to CVS!
Status: Beta
Brought to you by:
ivan_ganza
From: Rainer K. <ar...@gm...> - 2005-05-28 03:19:46
|
Ivan Z. Ganza wrote: > I've updated some stuff to do with this. This is looking really good!! > The OpenGL stuff is working perfectly (at least on linux for now...) > > The following tests can be run. The required data files are in the > repository now as they are pretty small anyways. > > sdljavax.guichan.test.ffdemo.FFDemo > sdljavax.guichan.test.fpsdemo.FPSDemo > sdljavax.guichan.test.openglwidgets.OpenGLWidgets > sdljavax.guichan.test.sdlwidgets.SDLWidgets > > The only problem so far seems to be when rendering via SDL you don't > actually see any text. With OpenGL I see text fine though. > > If you update from CVS please try to compile and run the tests. Let me > know what works for you... > > Thanks, > -Ivan/ I will check the code to see if there are any errors later today. Or maybe I should try building everything fresh from CVS. I'll let you know whether this works or not here. Actually the OpenGL demos also use the SDLImageLoader routines, fonts are rendered from .png images, so if you can see images the font rendering should work as well. But I'll check it out. Cheers, Rainer |