6
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finally the efficiently working ParticleEngine code, Txprog optimized it, now its performing the best :)
sharathpatali
as sharath.patali
More... over 15 years ago
add a way to remove animation
Mathieu Virbel
as txprog
More... over 15 years ago
Modified by Tito
sharathpatali
as sharath.patali
More... over 15 years ago
A Particle System Example i developed, need to be tweaked, gets slowed down after prolonged usage
sharathpatali
as sharath.patali
More... over 15 years ago
add remove_widget() for MTWidget
Mathieu Virbel
as txprog
More... over 15 years ago
added glPaint.py and scatter.py execution to menu.py this way we can start seperate processes (the calling process surrenders TUIO socket and waits until other process is done). we should also add support for loading these apps into a virtual window maybe, so you can open multiple ines and have them on the 'desktop'/within the menu app
hansent
as thomas.hansen
More... over 15 years ago
added stopTUIO/startTUIO methods, to release and rebind the TUIO socket
hansent
as thomas.hansen
More... over 15 years ago
minor ident changes
Mathieu Virbel
as txprog
More... over 15 years ago
bubblemenu: change icon, add checkbox-like icon (in volume), and implement action
Mathieu Virbel
as txprog
More... over 15 years ago
update documentation
Mathieu Virbel
as txprog
More... over 15 years ago
ui.py added size, pos, x, y, width, and height as properies, changing them dispatches on_resize, on_move event
hansent
as thomas.hansen
More... over 15 years ago
make bubblemenu working !
Mathieu Virbel
as txprog
More... over 15 years ago
fix missing icons in bubblemenu
Mathieu Virbel
as txprog
More... over 15 years ago
add bubble menu example (not yet fully working.)
Mathieu Virbel
as txprog
More... over 15 years ago
fix bubble effet in animation
Mathieu Virbel
as txprog
More... over 15 years ago
changed 3dmt.py to premultiply the rotation matrix so that it always roatates the same way no matter what side of the model were looking at
hansent
as thomas.hansen
More... over 15 years ago
git-svn-id: https://pymt.googlecode.com/svn/trunk@81 0ace1f6a-820f-11dd-b6e4-1fb4a74862d0
hansent
as thomas.hansen
More... over 15 years ago
renamed saarinen.py to animation.py removed fitts.py which showed scatter widgets, saraths scatter.py is nicer
hansent
as thomas.hansen
More... over 15 years ago
One more simple photo viewer app, where photos are arranged randomly with random orientation
sharathpatali
as sharath.patali
More... over 15 years ago
Fixed fitts.py, i don't know how to rename it and commit it at the same time :P
sharathpatali
as sharath.patali
More... over 15 years ago
ui.py: *fixed ScatterWidget. (removed zoomable widget). now correctly rotates/scales/translates *added bring_to_front method in MTWidget *added center property for rectangular widgets *bunch of minor fixes *added consumes_event(self, x,y) method..its a dirty hack for now...to ciurcumvent the way we propagate events right now..need to either rethink the dispatching or find another way to consume/stop propagating
hansent
as thomas.hansen
More... over 15 years ago
- Animation: move Animation in top of ui.py, to be used in MTWidget - MTWidget: allow to use custom animation function in add_animation
Mathieu Virbel
as txprog
More... over 15 years ago
- Animation: use __dict__ or __getattribute__ to retrieve initial value - AnimationAlpha: add sin() and bubble() functions
Mathieu Virbel
as txprog
More... over 15 years ago
- Fix parent attribute in MTWidget (now, correctly set parent for children when we use add_widget) - Start fixing MTZoomableWidget with flowchart demo (actually broken :()
Mathieu Virbel
as txprog
More... over 15 years ago
fix flowchart with Vector class
Mathieu Virbel
as txprog
More... over 15 years ago
Sorry, found few more old class names
sharathpatali
as sharath.patali
More... over 15 years ago
Older Class Names where used which caused flowchart.py example app to crash, changed the name to latest version
sharathpatali
as sharath.patali
More... over 15 years ago
Fixed some indentation errors, some of the objects had older class names so changed that too.
sharathpatali
as sharath.patali
More... over 15 years ago
- Add widget factory, and register all PyMT Widget in factory - Use factory for XMLWidget (remove eval(), and now, we can use user-defined object in xml) - Add possibility to show/hide a MTWidget - Don't send events if MTWidget not visible
Mathieu Virbel
as txprog
More... over 15 years ago
import initial documentation
Mathieu Virbel
as txprog
More... over 15 years ago