forked from threerings/playn
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Daniel Gerson edited this page Oct 17, 2013
·
43 revisions
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.
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.
- Changing Screensize [forum]
- Loading custom resources and a discussion about storage [forum]
- Exiting the app [forum] more
- Loading custom fonts [stackoverflow]
- Game Loop Explanation before the Clock was added [official]
- Game.Default and Clock when the Clock was added [forum] Just note that the updateRate taken by Game.Default is really an updateInterval and its units are in milliseconds, not a rate in times per second.
- Efficient update strategy [forum]
- Sprite Sheets [forum]
- This answer explains efficient rendering, make sure you understand the performance test mentioned in the comments, for which clicking on the stats pane increases the stress. [stackoverflow]
- Optimising ImmediateLayer drawing on Android for HTC desire [stackoverflow].
- Understanding 2 thread rendering for game development on android in general. Not PlayN specific [stackoverflow]

- Tripleplay Animator Guide, basically you shouldn't be writing your own scheduler. [guide]
- Tripleplay UI, this guide is a work in progress. [guide]
- Multi font layouts, and source. [forum]
- Animating widgets with Migraine and MigLayout [link]
- GLShader, understanding how to do some of your own gl drawing within the PlayN framework [guide]
##HTML/GWT
- Speeding up javascript compile times for GWT [libgdx article]
Gotchas
##Sound
- Sound management problems [forum]
##iOS
- Alternatives to Xamarin [forum]
- iOS Achievements [forum]
- Flurry integration [forum]
##AppEngine
##Tools
##Resources
- FontAwesome. Free icons for use in your game.
##Helpful articles
##Open Issues