Commit Graph

73 Commits

Author SHA1 Message Date
Mathieu Virbel 85abba014c cleanup examples 2011-01-31 22:37:48 +01:00
Mathieu Virbel 15274b2578 remove unused slider background, testapp 2011-01-31 22:29:20 +01:00
Mathieu Virbel 571911f3c5 App: automatic loading of corresponding kv file if exist
+ rewrite app documentation
+ include example about how to create an app with build or kv
2011-01-31 17:42:41 +01:00
Mathieu Virbel bc66418064 little canvas stress:
1. show that the compiler is not working very well on different branch
2. if we activate monitor module, every second, the screen look weird
3. deletion is soooooooo long !
2011-01-29 17:13:05 +01:00
Mathieu Virbel 4fcc4b3bb2 add little showcase example 2011-01-28 02:02:37 +01:00
Mathieu Virbel 03ca6d8abb rename Touch to MotionEvent, for Touch, TouchFactory, TouchShape* and all providers.
MotionEvent don't have any profile by default.
Renaming MotionEvent property, and add documentation for each of them.
2011-01-17 01:05:26 +01:00
Mathieu Virbel e8c2f1d83c touchdebug: correctly initialize the texture size just after update the text 2011-01-15 23:07:41 +01:00
Mathieu Virbel e9f1f58a90 touchdebug: correctly calculate points position for line, drawing look just perfect !!! 2011-01-15 04:24:52 +01:00
Mathieu Virbel f610e8eab2 add particle.png for touchdebug 2011-01-15 03:10:38 +01:00
Mathieu Virbel 1f4653d961 touchdebug: use new Point() and remove_group() 2011-01-15 03:02:46 +01:00
Mathieu Virbel 5401297126 add touchdebug app to show everytouch with id, pos and class. 2011-01-14 18:47:22 +01:00
Mathieu Virbel 80d30e7d39 example: add simple camera puzzle for testing Camera, Animation and Graphics. (wip, don't use for final release.) 2011-01-12 21:48:15 +01:00
Mathieu Virbel 1697726fa0 update Camera core class to use EventDispatcher
+ add on_load and on_frame event
+ uniform the camera selection to a index, starting from 0
2011-01-12 02:24:31 +01:00
Mathieu Virbel c5e040ce50 little animation test 2011-01-11 02:36:46 +01:00
Mathieu Virbel 7005aa3d8d rename app_scatter to .kv 2010-12-22 20:46:37 +01:00
Mathieu Virbel feb10af8c7 update scatter application 2010-12-22 20:41:01 +01:00
Mathieu Virbel f5403e0ad0 readd canvas.after in graphics instruction. 2010-12-22 20:06:25 +01:00
Mathieu Virbel 221664c8da starting scatter 2010-12-16 22:22:47 +01:00
Mathieu Virbel 5356872d33 Merge branch 'master' of ssh://github.com/tito/kivy 2010-12-06 16:33:04 -05:00
Mathieu Virbel 4dbdd88a9e each time we are playing with canvas, clear the old canvas.
+ add + in front of a classname to prevent the apply() of styles
2010-12-06 03:37:37 -05:00
Thomas Hansen 1d0dba4189 make sure fbo setup status is GL_FRAMEBUFFER_COMPLETE 2010-12-05 17:14:55 -06:00
Thomas Hansen c152f2a29b added missing test-rectangle 2010-12-01 07:38:08 -06:00
Thomas Hansen 8697819eef fix some rectangular texture things and setting texture using source/texture. add push/pop state to RenderContext to make Matrix instructions work. Label not working :/ ?! 2010-11-30 14:38:22 -06:00
Thomas Hansen 44f8dd0565 make textures work and start doing texture manager, for multi texturing/batching texture bindings 2010-11-17 22:38:40 -06:00
Thomas Hansen 516d13d8ec add Quad instruction 2010-11-17 08:13:10 -06:00
Thomas Hansen dd8ecbd9e1 fix basic drawing 2010-11-16 23:15:26 -06:00
Thomas Hansen edc15bbf7e debugging to make all drawing work 2010-11-16 17:00:57 -06:00
Mathieu Virbel d462bc55ce update kv_video 2010-11-10 17:36:45 +01:00
Thomas Hansen 9db7152b35 Merge branch 'master' of github.com:tito/kivy 2010-11-09 16:24:12 -06:00
Thomas Hansen 4d1849cb29 some more ununsed files removed 2010-11-09 16:24:03 -06:00
Thomas Hansen f742221c0c remove some old and auto generated files 2010-11-09 16:23:09 -06:00
Thomas Hansen 124545d95e start using squirtle parser to generate path 2010-11-09 16:21:18 -06:00
Mathieu Virbel c80d74c554 Merge branch 'master' of ssh://github.com/tito/kivy 2010-11-09 19:29:56 +01:00
Mathieu Virbel 3e0443a2d3 kvrun: press F5 to reload app 2010-11-09 19:29:26 +01:00
Thomas Hansen 8768333a64 fix svg commit. should have done branch...will do next time ;P 2010-11-09 11:05:33 -06:00
Thomas Hansen f2d3629cae Merge branch 'master' of github.com:tito/kivy 2010-11-09 11:00:41 -06:00
Thomas Hansen 9a2ea9ef8e start SVG 2010-11-09 11:00:38 -06:00
Mathieu Virbel 65274b1a8b add some kv for example 2010-11-07 21:36:17 -05:00
Mathieu Virbel e838e13e96 clock: implement rfps (real frame displayed on screen)
base: display and flip only when needed (might be have some bugs.)
2010-11-07 20:43:49 -05:00
Mathieu Virbel da7486cafe kvrun: show FPS every one second 2010-11-07 17:53:43 -05:00
Mathieu Virbel bb891ef2de widget: add to_* from pymt + fix slider division by zero 2010-11-07 00:48:58 -04:00
Mathieu Virbel c5e9fa1c62 uxl: use ordereddict + add local id mapping in lang + do late binding 2010-11-07 00:40:02 -04:00
Mathieu Virbel d7ebb395d0 fix texture usage + model view usage + add video and image widget 2010-11-06 20:58:04 -04:00
Thomas Hansen 0c2ea25bd3 fix Rectangle texture coords if using no texture 2010-11-06 19:10:59 -05:00
Mathieu Virbel a8f4e8234a add uxl app with button 2010-11-06 18:50:34 -04:00
Mathieu Virbel 7def1325f9 rename uxl to kv, Uxl to Builder, uxl.py to lang.py + fix style + fix button 2010-11-06 18:50:23 -04:00
Mathieu Virbel 280088a30a fix crash with rectangle / tex_coords 2010-11-06 16:48:59 -04:00
Mathieu Virbel 76f472c6ff wip uxl + center for widget + texture coords for rect 2010-11-06 16:08:45 -04:00
Mathieu Virbel 63e95ad71d wip uxl + testapp + styles 2010-11-06 01:27:41 -04:00
Mathieu Virbel e73b2df4f3 use logger for uxl 2010-11-05 23:14:23 -04:00