Author Topic: IronRuby and Autocad  (Read 1691 times)

0 Members and 1 Guest are viewing this topic.

SomeCallMeDave

  • Guest
IronRuby and Autocad
« on: August 14, 2009, 01:09:47 PM »
Some of you may have seen Kean's blogs about IronRuby and AutoCAD.  http://through-the-interface.typepad.com/through_the_interface/2009/04/using-ironruby-inside-autocad.html

The post got me thinking about combining my interest in AutoCAD with my interest in Ruby.  So I hacked out a few helper methods and posted them on github  http://github.com/davidbl/IronRuby-Autocad-Helper/tree/master

My code is based on Kean's work but he was fine with me posting it.

It seems to me that Ruby and IronRuby will be a great way to code for autocad.  I hope it catches on.  I know Kean is doing a class at AU about Ruby and Python, so who knows

Anyway, if anyone is interested in Ruby and wants to play along, have at it and have fun.


Bryco

  • Water Moccasin
  • Posts: 1883
Re: IronRuby and Autocad
« Reply #1 on: August 14, 2009, 04:45:34 PM »
Nice work David, I don't know IronRuby but you posted some really easy to follow examples

SomeCallMeDave

  • Guest
Re: IronRuby and Autocad
« Reply #2 on: August 14, 2009, 05:31:32 PM »
Thanks Bryco.

The basics of Ruby (which is about all i know) are easy enough to pick up. 

All it really takes is downloading a few files and a good text editor .