A little utility to speed up writing Jitter externals


    Jan 04 2010 | 6:52 am
    Hi all,
    My Ruby was getting a bit rusty (if it ever was anything but) so I decided to brush it up and came up with a little script some of you might find useful. It automatically generates all necessary C code for working with attributes in a Jitter external, which I've found to be the most boilerplate-heavy part of writing new objects.
    You can download it and read more about it here: http://jmpelletier.com/a-ruby-script-for-generating-jitter-attributes/
    Hope some of you find it useful.
    Jean-Marc