IoIo programming languageIo at Pixar- June 27, 2007 James Burgess writes: Image processing scripting tool powered by Io: https:renderman.pixar.comproductstoolsit.html Many thanks for the cool language! My favorite part of this product is the renderman plugin version. We have a complex multi-threaded app loading a plugin multiple times that has Io with all its coro fun bound to a sophisticated multi-threaded image processing library. Oh yeah, on windows, osx, linux 32 and 64... Congrats James!http://www.iolanguage.com/blog/blog.cgi?do=item&id=104 Line History- June 27, 2007 Jonathan Wright has added line historyediting support to the Io command line which makes command line much more user friendly.http://www.iolanguage.com/blog/blog.cgi?do=item&id=103 Video Player- June 1, 2007 Sample code for a minimal video (with synchronized audio) player in Io: Flux Application clone do( appDidStart := method( self videoView := VideoView clone mainWindow contentView addSubview(videoView) videoView resizeWithSuperview resizeToFitSuperview videoView open(System args at(1)) mainWindow reshapeToSize(videoView video videoSize) ) ) run Io uses the multiplatform ffmpeg API, so it supports any video and audio formats...http://www.iolanguage.com/blog/blog.cgi?do=item&id=102 |