Re: [Pharo-project] MacRuby Cocoa UIs
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 <sean@clipperadams.com> 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.
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 :) -- View this message in context: http://forum.world.st/MacRuby-Cocoa-UIs-tp4220336p4226347.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
Fernando Olivero -
Sean P. DeNigris