MacRuby Cocoa UIs

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

MacRuby Cocoa UIs

Sean P. DeNigris
Administrator
For a while, I've been thinking about using MacRuby for native UIs and multiple windows in Pharo on the Mac. I uploaded a proof of concept to https://github.com/seandenigris/PharoMacRubyTest . It has a simple Cocoa UI that uses http to get a value (the current time) from a running Pharo image and displays it in a text field.

Sean
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: MacRuby Cocoa UIs

Fernando olivero-2
nice!
I was about to play with a similar approach using Cocoa.
Did you try with more complex examples?
i would like to understand if HTTP would be fast enough as an IPC,
between the UI and a Pharo headless vm.
Fernando


On Wed, Dec 21, 2011 at 4:16 AM, Sean P. DeNigris <[hidden email]> wrote:

> For a while, I've been thinking about using MacRuby for native UIs and
> multiple windows in Pharo on the Mac. I uploaded a proof of concept to
> https://github.com/seandenigris/PharoMacRubyTest . It has a simple Cocoa UI
> that uses http to get a value (the current time) from a running Pharo image
> and displays it in a text field.
>
> Sean
>
> --
> View this message in context: http://forum.world.st/MacRuby-Cocoa-UIs-tp4220336p4220336.html
> Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: MacRuby Cocoa UIs

Sean P. DeNigris
Administrator
Fernando olivero-2 wrote
I was about to play with a similar approach using Cocoa.
I just used MacRuby because it is more fun than ObjC :)

Fernando olivero-2 wrote
Did you try with more complex examples?
No, I just wanted the build and play with simplest possible example.

Fernando olivero-2 wrote
i would like to understand if HTTP would be fast enough as an IPC,
between the UI and a Pharo headless vm.
Me too :)
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: MacRuby Cocoa UIs

Sean P. DeNigris
Administrator
In reply to this post by Sean P. DeNigris
I uploaded a short screencast to http://vimeo.com/34095659
Cheers,
Sean