Re: [sdljava-users] SDLJava
Status: Beta
Brought to you by:
ivan_ganza
From: Ivan Z. G. <iva...@ya...> - 2006-06-14 02:00:00
|
Hi Nuno, Sorry that your having trouble. I don't currently have a dev system setup as I just built a 64 AMD box so I will do my best. First we need to narrow down where the problem is. If you could try to load one of the picture using a straight C program that utilizes SDL_image we could see how it looks there. If it looks funny in that case we know its something that happening with SDL. If not the problem must be somewhere between sdljava and the SDL layer. During my testing I never found that I had any problems when viewing the images... Regarding OpenGL the only way it can be used is if you ask SDL to initialize opengl in the setVideoMode(...) call. This will create a new GUI window (or fullscreen) -- so you do have to be within a graphical env to have opengl. -Ivan/ Nuno Santos wrote: >Hi Ivan, > >I really need you help to put the images being displayed with color! > >I tought they appeared right in your initial examples but they don't >too! > >Wicked!!! > >I've tried to make them files and read them then! They appear with >strange colors as well. > >And about the OpenGl... Do i need to be within a graphical enviorment >to have opengl? > >I would like to have opengl in the console with framebuffer... It's >that possible? > >If so... can you tell me a opengl sdl java aplication to test it out? >or something that can give me sure > >I really need you help to sort this image color thing > >I'm working on a project based on this tecnhologie and i have to >present it in public and i'd love make a good image > >Many thx, > >Nuno > > >_______________________________________________ >sdljava-users mailing list >sdl...@li... >https://lists.sourceforge.net/lists/listinfo/sdljava-users > > |