Features to implement, bugs to fix
Style/Drawing
- Draw Gradients
- Drop Shadows
for Images, Video, any rectangular widget (ShadowWidget done)
- Find nice icon set
- Physics Properties for the widgets
Border styles for rectangular widgets - Done with css
Holds colors like bgcolor(background color), icolor(item color), tcolor(text color), etc so that programmers don't have to worry about color, and all apps will look the same. This also allows the end user to globally change how their pymt system looks. - Done with css
Widgets
- Cover Flow Menu
- For anyone looking into cover-flow: http://pyglet-users.googlegroups.com/web/CoverFlow.tar.gz
- more standard Widgets (radio buttons, panels)
- Inner Window Properties (maybe on backside of window...make it flip)
- figure out/define how pos,size etc should be used..
- eg. eight now scatterwidget always has same width, only chages based on gl transformation
- how to define pos on scatter widget? lower left != center - (w/2, h/2) when rotated
- should widgets draw method always use pos, wodth, height to draw itslef
- alternative could be that widget draw always draws between -1, 1, and is scaled automatically to width height etc
Allow anything with scatter widgets to be panned by dragging the background. - Use MTScatterPlane inside MTScatterWidget
Text Input. Virtual Keyboard (done)
Layout Containers (Horizontal,vertical, etc) (Horizontal done)
Kinetic Scrolling (Done)
Apps
- 3D model painter
- flow chart/mind map
- music apps
- any ideas, good python music/midi/sound libs?
- games
- multi-player/multi-touch
- Make the menu fancier(rotatable, scalable, icons?)
- Rss Reader(xelapond is already working on this)
- Fiducial Examples (Preferably Music Based)
Map Browser - Done, see http://txzone.net/blog/
Pong Game or Wong Clone - Done in examples/wang/