SFML community forums

Bindings - other languages => Java => Topic started by: netrick on July 17, 2013, 08:11:09 pm

Title: JSFML using github SFML
Post by: netrick on July 17, 2013, 08:11:09 pm
I wonder if it's possible to have JSFML based on current SFML github version? There was one extremely important bug fixed after sfml2 went stable and I'd like to have it in Java as well.
Title: Re: JSFML using github SFML
Post by: solver on July 19, 2013, 11:32:25 pm
You can make a patch and try to apply it to a jsfml sources. But be attentive with JNI headers.
I suppose it will work.
Title: Re: JSFML using github SFML
Post by: pdinklag on July 21, 2013, 08:23:30 pm
The SFML API probably did not change, so solver's idea will work.

My greatest issue at this moment - and all of this year, in fact - is time. If I find some, I can pack up another test release with the updated SFML sources. Sorry it has to be this way. :(
Title: Re: JSFML using github SFML
Post by: netrick on July 26, 2013, 09:24:21 pm
I don't exactly know how can I patch jsfml sources so I will just wait till you have some time. I can just live with that bug for development time easily, I will just need it fixed when I finish development (not that soon).