Hello guys!
For the last seven months I've been working on porting C++ source code of the SFML book to Java. And now I’m almost done! You can find the code on
github.
I'm
almost done, because new Mac OS X release and Java NIO package definitely don't want me to finish, and here I really need your help. I have several problems now (most of them in Network chapter), which I don't know (or I just missing something obvious) how to solve, because of the lack of Java knowledge.
One the problems is - bloom effect (which is done by means of shaders) doesn't work on Mac OS X 10.10, but it worked on 10.9.
The other big problem is - network packets from the last chapter come with big delays. This part is the most difficult, because JSFML doesn't implement SFML network library, but relays on native Java implementation.
The list of other issues you can find
here.
So I'm asking you to help me to finish my work. I've been struggling with these problems for the last two weeks and couldn't resolve out.
Thank you in advance! I'll really appreciate any help!