Skip to content
Daniel Gerson edited this page Mar 20, 2016 · 43 revisions

Welcome to the PlayN Community Wiki!

Please feel free to edit anything you like here if you feel it makes it better. I think you need a github account in order to edit, and then away you go :-)

I've always thought that documentation should be iterative and fun. This is the best example of documentation I've seen on a complex topic. So feel free to add personality.

Index

These sections should be listed by topic. It's intended to be a very long scrolling page, which is easier to navigate than many hidden subpages.

Here is also an index of the official PlayN Wiki.

Simple Tasks

GameLoop/Layers advice

TriplePlay, and layout issues.

I am the great cornholio

Physics

  • Box2D to use JBox2D
  • Pea sample code and [PeaWorld|https://github.com/playn/playn-samples/blob/master/physics/core/src/main/java/physics/core/PeaWorld.java]. Note that unit of box2d expects is seconds. Millis will render your simulation static with incorrect levels of linear dampening.

Open GL

  • GLShader, understanding how to do some of your own gl drawing within the PlayN framework [guide]

##HTML/GWT

Gotchas

##Sound

##iOS

##AppEngine

##Tools

##Resources

##Helpful articles

##Open Issues