threerings / tripleplay

Utilities for use in PlayN-based games.
Other
92 stars 32 forks source link

Demo fixes #63

Closed cdietze closed 7 years ago

cdietze commented 7 years ago

When trying to run the java demos, I stumbled across some problems.

With this PR, mvn -Pjava test should work again.

I am not so sure about removing the -XstartOnFirstThread parameter. I don't have a java7 around anymore to verify if the java version really makes the difference. But it seems that this parameter must not be used anymore: With it I get a red and black flickering window.

samskivert commented 7 years ago

I split the Java demo backend into three separate submodules because the approach I was using was not going to work now that we have LWJGL2, LWJGL3 and SWT backends.