playn icon indicating copy to clipboard operation
playn copied to clipboard

Legacy 1.x version of PlayN library.

Results 13 playn issues
Sort by recently updated
recently updated
newest added

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.3.0 to 1.5.0. Release notes Sourced from Java-WebSocket's releases. Release 1.5.0 Breaking Changes This release requires API Level 1.7. Security This release contains a security fix for...

dependencies

Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.3.0 to 1.5.0. Release notes Sourced from Java-WebSocket's releases. Release 1.5.0 Breaking Changes This release requires API Level 1.7. Security This release contains a security fix for...

dependencies

Bumps [Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.3.0 to 1.5.0. Release notes Sourced from Java-WebSocket's releases. Release 1.5.0 Breaking Changes This release requires API Level 1.7. Security This release contains a security fix for...

dependencies

There are now missing dependencies that this version requires to build. I understand that this is legacy, but I'm sure some people are still using this version and need to...

Hi, 1.9-SNAPSHOT robovm iPhone 6 with iOS 8.1 Using the PlayN.net().get(url,callback)API the game hangs on the simulator and I saw the following stack several times (but not systematically) on the...

I have this snippet of code: ``` float DUR = 600; fanim.tweenScale(photo).to(0.25F).in(DUR).easeInOut(); fanim.tweenXY(photo).to(-10, 370).in(DUR).easeInOut(); fanim.tweenRotation(photo).to(-FloatMath.PI / 8).in(DUR); fanim.addBarrier(333); // wait for the current animations to finish and then wait another...

Is gamepad support planned for playn? I can propose an API and work on java and html implementation...

Android devices with Vivante GPU (Vivante GC800, GC1000, GC4000) are not working with the Tests app some phones/tablets with Vivante GPUs: Samsung S5690 Galaxy Xcover Bq Pascal 2 Samsung Galaxy...

On a Nexus 5 device, my game, [Ned et les maki](https://github.com/devnewton/nedetlesmaki), failed with QuadShader related errors: W/playn (10726): Failed to create QuadShader: java.lang.RuntimeException: Failed to link program: --From Vertex Shader:...