Thread: Re: [sdljava-users] New Release?
Status: Beta
Brought to you by:
ivan_ganza
From: Patric <pa...@ma...> - 2006-09-14 10:19:34
|
Hello Ivan, I'm glad you are back. When do you expect a new release for sdljava? And btw, what do you think how many developers are using sdljava? Maybe you should think about making the project more public (using sourceforge newnews, other open source sites) to gain more contributors. Best Regards, Patric The following message was sent by "Ivan Z. Ganza" <iva...@ya...> on Wed, 13 Sep 2006 20:19:23 -0400. > Greetings, > > Sorry for the delay! I finally got off my but and got everything > working on my system so I can develop again. Everything is 64 bit for > > now though as I didn't get a 32 chroot working yet, but alas, that will > > have to wait for another time. > > I have applied the fix below to HEAD. > > Cheers, > -Ivan/ > > Guillaume Legris wrote: > > >Hi, > > > >First thanks for SDLJava. It's a great library ! > > > >There is a bug in the file SDLVideo.i (revision 1.32 from CVS HEAD) inside > > >the method SWIG_SetPixelData32(SDL_Surface *surface, int data[]) : > > > > Uint32 * pixelData = (Uint32*)&data; > > > >has to be replaced by: > > > > Uint32 * pixelData = (Uint32*)data; > > > >(same thing for SWIG_GetPixelData32 method I guess...But not tested) > > > >I need this method because I have to draw an ARGB int array in a SDL > >surface. > > > >At First, I tried createRGBSurfaceFrom(int pixels[], ...). But JNI code > > >seems not working (JVM crash) > >I also tried SDLSurface.getPixelData() which returns a direct byte buffer > . > >It works fine on x86 Sun JVM but not (JVM crashed) with Jamvm + Classpath > > >0.92 on ARM which is my target. > > > >A little suggestion: I think that createRGBSurfaceFrom could be easily > > >implemented in Java only with help of createRGBSurface() and getPixelData() > > >(or SWIG_SetPixelData32) methods. > > > >Regards, > >Guillaume Legris > > > > > > > >------------------------------------------------------------------------- > >Using Tomcat but need to do more? Need to support web services, security? > >Get stuff done quickly with pre-integrated technology to make your job > easier > >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > >_______________________________________________ > >sdljava-users mailing list > >sdl...@li... > >https://lists.sourceforge.net/lists/listinfo/sdljava-users > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > sdljava-users mailing list > sdl...@li... > https://lists.sourceforge.net/lists/listinfo/sdljava-users > > |
From: Ivan Z. G. <iva...@ya...> - 2006-09-16 17:47:59
|
Greetings, I'm not sure as to when a new release would be made. I could make a new release right now, but I could only provide linux binaries. Currently I don't have a windows system setup for development. I wonder if even a source only release would be alright for peoples purposes? As to how many people are using sdljava: A few to be sure; but not many either. I would appreciate any suggestions for how to make the project more public. Really could use help with the windows side of things, testings on windows, the build env, etc... -Ivan/ Patric wrote: >Hello Ivan, > >I'm glad you are back. When do you expect a new release for sdljava? > >And btw, what do you think how many developers are using sdljava? Maybe you should think about making the project more public (using sourceforge newnews, other open source sites) to gain more contributors. > >Best Regards, >Patric > >The following message was sent by "Ivan Z. Ganza" <iva...@ya...> on Wed, 13 Sep 2006 20:19:23 -0400. > > > >>Greetings, >> >>Sorry for the delay! I finally got off my but and got everything >>working on my system so I can develop again. Everything is 64 bit for >> >>now though as I didn't get a 32 chroot working yet, but alas, that will >> >>have to wait for another time. >> >>I have applied the fix below to HEAD. >> >>Cheers, >>-Ivan/ >> >>Guillaume Legris wrote: >> >> >> >>>Hi, >>> >>>First thanks for SDLJava. It's a great library ! >>> >>>There is a bug in the file SDLVideo.i (revision 1.32 from CVS HEAD) inside >>> >>> >>>the method SWIG_SetPixelData32(SDL_Surface *surface, int data[]) : >>> >>> Uint32 * pixelData = (Uint32*)&data; >>> >>>has to be replaced by: >>> >>> Uint32 * pixelData = (Uint32*)data; >>> >>>(same thing for SWIG_GetPixelData32 method I guess...But not tested) >>> >>>I need this method because I have to draw an ARGB int array in a SDL >>>surface. >>> >>>At First, I tried createRGBSurfaceFrom(int pixels[], ...). But JNI code >>> >>> >>>seems not working (JVM crash) >>>I also tried SDLSurface.getPixelData() which returns a direct byte buffer >>> >>> >>. >> >> >>>It works fine on x86 Sun JVM but not (JVM crashed) with Jamvm + Classpath >>> >>> >>>0.92 on ARM which is my target. >>> >>>A little suggestion: I think that createRGBSurfaceFrom could be easily >>> >>> >>>implemented in Java only with help of createRGBSurface() and getPixelData() >>> >>> >>>(or SWIG_SetPixelData32) methods. >>> >>>Regards, >>>Guillaume Legris >>> >>> >>> >>>------------------------------------------------------------------------- >>>Using Tomcat but need to do more? Need to support web services, security? >>>Get stuff done quickly with pre-integrated technology to make your job >>> >>> >>easier >> >> >>>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>>_______________________________________________ >>>sdljava-users mailing list >>>sdl...@li... >>>https://lists.sourceforge.net/lists/listinfo/sdljava-users >>> >>> >>> >>> >>------------------------------------------------------------------------- >>Using Tomcat but need to do more? Need to support web services, security? >>Get stuff done quickly with pre-integrated technology to make your job >>easier >>Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>_______________________________________________ >>sdljava-users mailing list >>sdl...@li... >>https://lists.sourceforge.net/lists/listinfo/sdljava-users >> >> >> >> > >------------------------------------------------------------------------- >Using Tomcat but need to do more? Need to support web services, security? >Get stuff done quickly with pre-integrated technology to make your job easier >Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >_______________________________________________ >sdljava-users mailing list >sdl...@li... >https://lists.sourceforge.net/lists/listinfo/sdljava-users > > |