Re: [MacRuby-devel] Project status, goals, and other

2009-02-27 Thread Laurent Sansonetti
Hi Tim and Giampiero, The roadmap is still pretty well what we would like to achieve, the only problem is that 0.4 should have been released a few months ago :- ( I changed the wiki page and in theory 0.4 should be out soon, I will start working on this this week-end. We need to reorganize

Re: [MacRuby-devel] new example + new HotCocoa mapping

2009-02-27 Thread Matt Aimonetti
Thanks Laurent, I'll check with git-svn and see what I can do to generate proper svn patches from my repo. (I also need to centralize everything in my repo) - Matt On Fri, Feb 27, 2009 at 9:33 PM, Laurent Sansonetti wrote: > Very nice work Matt :) > > Is there a way to easily generate a patch a

Re: [MacRuby-devel] new example + new HotCocoa mapping

2009-02-27 Thread Laurent Sansonetti
Very nice work Matt :) Is there a way to easily generate a patch against MacRuby trunk somewhere from your github repository? Laurent On Feb 27, 2009, at 3:17 PM, Matt Aimonetti wrote: And here is a quick video showing the end result: http://screencast.com/t/5nAHRHQjL 100% Ruby (Well...

Re: [MacRuby-devel] new example + new HotCocoa mapping

2009-02-27 Thread Matt Aimonetti
And here is a quick video showing the end result: http://screencast.com/t/5nAHRHQjL 100% Ruby (Well... 100% MacRuby with HotCocoa). -Matt On Fri, Feb 27, 2009 at 2:02 PM, Matt Aimonetti wrote: > MacRuby/HotCocoa sample with download, progress bar, scroll view/text view > and new HotCocoa mappi

[MacRuby-devel] new example + new HotCocoa mapping

2009-02-27 Thread Matt Aimonetti
MacRuby/HotCocoa sample with download, progress bar, scroll view/text view and new HotCocoa mapping: http://bit.ly/hThh9 I added a new mapping for NSProgressIndicator and put a pretty realistic example of what you would do in real life: 1. download a file 2. show the progress 3. display the con

[MacRuby-devel] Project status, goals, and other

2009-02-27 Thread Tim Rand
> The macruby website has a timeline for project goals. Here is the link http://www.macruby.org/trac/wiki/MacRubyRoadmap I am very excited that the IO rewrite is on the chopping block for 0.5. Tim ___ MacRuby-devel mailing list MacRuby-devel@lists.macosf

Re: [MacRuby-devel] Porting Cocoa OpenGL sample code

2009-02-27 Thread Julien Jassaud
Brian, Thanks for the very detailed answer. This tremendously helps. I am now having problems with arrays, though. I try to make a pointer to an array of 32 longs, like this : >> p = Pointer.new_with_type('[32L]') => # >> p[0] ArgumentError: can't convert C/Objective-C value `0x80052ae40' o

[MacRuby-devel] Project status, goals, and other non-technical info

2009-02-27 Thread Giampiero De Ciantis
Hi All, I am wondering where there is a page that keeps track of what the goals of the project are, what the next milestone is, and so on. Is there anything like this available? Does some one have it in their head? Would love to know. -Gp ___ MacRuby-