Created
February 7, 2013 20:47
-
-
Save rdeaton/4734021 to your computer and use it in GitHub Desktop.
Spyral and co todo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spyral: | |
spyral.form | |
- Buttons | |
- Checkboxes | |
- Radio Boxes | |
- A complete example | |
spyral.group | |
- Obsolete, move code from the groups into spyral.camera | |
spyral.event | |
- All kinds of stuff, update to be modern, handlers, managers | |
spyral.config | |
- smoothscale v scale | |
- number of frames till static blit caching | |
spyral.actor | |
- Test greenlet stuff on the XO | |
Platipy: | |
Needs an FAQ/Tips & Tricks section: | |
- Showcase things like IteratorAnimator | |
Needs tutorials on: | |
- Layering | |
- All of the new sprite properties | |
- Cameras | |
- Event Recording/Playback | |
- Measuring performance | |
- Translation/internationalization | |
Example.activity: | |
- Add flag for popping into pdb upon crash | |
- Saving stack traces into a directory on crashes | |
- Uploading stack traces to conspyre | |
- Add ability to build other distributions | |
- Source, for bundling a source .tar.gz or tar.bz2 | |
- win, for building an exe on windows | |
- xo, for building .xo files for the olpc | |
- app, for building OS X .app bundles | |
- Debugging versions of all of the above which use different configs | |
- Configuration for different launcher profiles | |
- XO for on the XOs | |
- Release for released versions (exe, app, xo, etc.) | |
- Debug for debugging enabled release versions | |
- Development for when used by the dev launcher | |
Configuration should allow changing | |
- Conspyre server | |
- Whether to upload stack traces | |
- Whether to store stack traces | |
- Maybe access to spyral config options | |
- Fullscreen or not | |
- Framerate cap | |
- Profiling output | |
- Add Box2D from the Physics.activity | |
- Add greenlet binaries for certain platforms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment