rubyMEL
======
A plugin to have an embedded Ruby interpreter that can communicate with MEL and maya. Source code is provided in the archive.
Intended Audience
------------------------
Programmers and advanced TDs.
What is Ruby?
------------------
Ruby is a scripting language that borrows a lot of the good features of Perl, Python and Smalltalk.
History
---------
v0.9.2
+ Added win32 binaries
+ Integrated ruby (partially) with maya8.5 script editor
+ Removed most swig compile warnings.
v0.9.1
+ Added some missing classses. Minor fixes for older maya releases.
+ Added binary files for Linux.
v0.9
+New build system using cmake for multiple platforms.
+All of maya API is now available to rubyMEL (maya7.0 to 2008 ).
+Many bug fixes.