Re: [sdljava-users] gcj ?
Status: Beta
Brought to you by:
ivan_ganza
From: Robert S. <the...@gm...> - 2005-03-02 02:21:47
|
Hi Luis, SDLJava runs fine with Free VMs based on GNU Classpath 0.14 (released on 2.24.05 but the important patch was committed earlier). For GCJ try a snapshot from february. (I'll try the native compilation feature soon.) If you can live with interpreted Java bytecode try JamVM (>1.2.4) for now. The SableVM team recently released version 1.1.10 of their VM which is said to have support for certain functions needed to get SDLJava to run. If you try it please let me know about your results. If you want to use textures in OpenGL you might need to use an external image processing library (e.g. JIU). However I am not used to SDL. There may be a way to use SDLJava's SDLSurface objects as textures. If so it will work for all the above VMs. Finally if you got something to work (or not): Please write to this list. I am from GNU Classpath and can certainly help with some problems. cu Robert Luis Montes wrote: > Hey guys, > > Glad to see this project picked up again. > > Anyone tried using these bindings with gcj ? > > Seems like it would be a really cool way to have a 100% open source > gaming library in java with this. > > Luis > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users > > |