Modified:
/Roadmap.wiki
=======================================
--- /Roadmap.wiki Tue Oct 27 02:30:33 2009
+++ /Roadmap.wiki Thu Oct 29 17:20:47 2009
@@ -5,28 +5,29 @@
API would change in futur release, we don't provide a stabilized API
version for now.
-= Todo:
-
- * make installing/getting started very easy
- * make small editor to run etc..like for processing
- * no C++ core
- * add low level graphics caching for better performance
- * use pyOpenGL, because its faster (fork parts of pyglet for windowing,
textures, etc)
- * fix text drawing to be faster...maybe use cairo or pango
- * clean all widgets so that we have correct public/private(start
with "_") properties (so if e.g. we build visual interface builder, we can
detect properties)
- * new clock module
- * new CSS colors (change background to white!! and make things look
better by default)
- * find artist to make standard widgets look awesome
- * make install and configure easier (Tkinter configuration)
- * clean up examples (examples vs. applications)
- * abstract data source (image, video, pdf, obj, sound, etc)
- * connect event to widget properties ( e.g.
slider.connect('on_value_change', button, 'label') )
- * refactor animation framework
- * replace numpy with euclid ? (performance?)
- * include dependences?
- * network model to share widgets between pymt processes /different
computers?
- * video tutorials
- * write tutorials
- * tutorial for using other python lib
- * marketing (nuigroup, slashdot, hackaday, instructable, etc...)
- * add licensing info to all the files in core
+= Next version 0.? =
+
+ * animation: refactor animation framework
+ * core: abstract data source (image, video, pdf, obj, sound, etc)
+ * core: add licensing info to all the files in core
+ * core: clean all widgets so that we have correct public/private (must
start with underscore) properties (so if e.g. we build visual interface
builder, we can detect properties)
+ * core: network model to share widgets between pymt processes /different
computers?
+ * core: replace numpy with euclid ? (performance?)
+ * core: use pyOpenGL, because its faster (fork parts of pyglet for
windowing, textures, etc)
+ * designer: make small editor to run etc..
+ * examples: clean up examples (examples vs. applications)
+ * graphx: add low level graphics caching for better performance
+ * graphx: fix text drawing to be faster... maybe use cairo or pango
+ * marketing: beeing published in nuigroup, slashdot, hackaday,
instructable, etc...
+ * setup: include dependences?
+ * setup: make install and configure easier (Tkinter configuration)
+ * setup: make installing/getting started very easy
+ * social: IRC bot
+ * theming: find artist to make standard widgets look awesome
+ * theming: new CSS colors (change background to white!! and make things
look better by default)
+ * tutorials: tutorial for using other python lib (take crayon with
pymunk)
+ * tutorials: video tutorials
+ * tutorials: write tutorials (take GOL.py as example)
+ * ~~core: connect event to widget properties ( e.g.
slider.connect('on_value_change', button, 'label') )~~
+ * ~~core: new clock module~~
+ * ~~core: no C++ core~~