gegl r2304 - in trunk: . examples



Author: ok
Date: Sat May 17 17:04:32 2008
New Revision: 2304
URL: http://svn.gnome.org/viewvc/gegl?rev=2304&view=rev

Log:
* examples/multiplayer-paint.sh: improved launcher script with a
monitor using the gegl binary that has live update of clock and the
two concurrent painters.


Modified:
   trunk/ChangeLog
   trunk/examples/multiplayer-paint.sh

Modified: trunk/examples/multiplayer-paint.sh
==============================================================================
--- trunk/examples/multiplayer-paint.sh	(original)
+++ trunk/examples/multiplayer-paint.sh	Sat May 17 17:04:32 2008
@@ -3,8 +3,9 @@
 ./2gegl data/car-stack.jpg test.gegl
 ./clock test.gegl &
 ./gegl-paint test.gegl &
-./gegl-paint test.gegl
+./gegl-paint test.gegl &
+gegl -x '<gegl><open-buffer path="test.gegl"/></gegl>'
 
-killall -9 clock gegl-paint
+killall -9 clock gegl-paint lt-clock lt-gegl-paint
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]