Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: JSFML using github SFML  (Read 4933 times)

0 Members and 1 Guest are viewing this topic.

netrick

  • Full Member
  • ***
  • Posts: 174
    • View Profile
JSFML using github SFML
« 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.

solver

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: JSFML using github SFML
« Reply #1 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.

pdinklag

  • Sr. Member
  • ****
  • Posts: 330
  • JSFML Developer
    • View Profile
    • JSFML Website
Re: JSFML using github SFML
« Reply #2 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. :(
JSFML - The Java binding to SFML.

netrick

  • Full Member
  • ***
  • Posts: 174
    • View Profile
Re: JSFML using github SFML
« Reply #3 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).