[Pharo-project] Native Windows
What are the current options/future-possibilities? I was playing with Fffenestri's DisplayHostWindow, which kind of works in 1.3. What ever happened to that project? What is the status of Mars? Are there any other avenues? Thanks. Sean -- View this message in context: http://forum.world.st/Native-Windows-tp3905413p3905413.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Oct 14, 2011, at 6:19 PM, Sean P. DeNigris wrote:
What are the current options/future-possibilities?
I was playing with Fffenestri's DisplayHostWindow, which kind of works in 1.3. What ever happened to that project? What is the status of Mars? Are there any other avenues?
For the moment igor is working on a zoomable canvas with a cairo back-end so no time for the multiple native windows. But I would love to have that too.
Thanks. Sean
-- View this message in context: http://forum.world.st/Native-Windows-tp3905413p3905413.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Fri, Oct 14, 2011 at 9:19 AM, Sean P. DeNigris <sean@clipperadams.com>wrote:
What are the current options/future-possibilities?
I was playing with Fffenestri's DisplayHostWindow, which kind of works in 1.3. What ever happened to that project? What is the status of Mars? Are there any other avenues?
back-porting Vassili Bykov's native window implementation for Newspeak (which runs above a slightly-modified Squeak VM, modified to support Newspeak bytecodes).
Thanks. Sean
-- View this message in context: http://forum.world.st/Native-Windows-tp3905413p3905413.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- best, Eliot
On Sun, Oct 16, 2011 at 6:12 AM, Eliot Miranda <eliot.miranda@gmail.com>wrote:
On Fri, Oct 14, 2011 at 9:19 AM, Sean P. DeNigris <sean@clipperadams.com>wrote:
What are the current options/future-possibilities?
I was playing with Fffenestri's DisplayHostWindow, which kind of works in 1.3. What ever happened to that project? What is the status of Mars? Are there any other avenues?
back-porting Vassili Bykov's native window implementation for Newspeak (which runs above a slightly-modified Squeak VM, modified to support Newspeak bytecodes).
He is coming to Smalltalks.... I mention this just in case someone wants to discuss with him.
Thanks. Sean
-- View this message in context: http://forum.world.st/Native-Windows-tp3905413p3905413.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- best, Eliot
-- Mariano http://marianopeck.wordpress.com
What is the license of the code? I do not think that newspeak code is MIT. Stef On Oct 16, 2011, at 11:51 AM, Mariano Martinez Peck wrote:
On Sun, Oct 16, 2011 at 6:12 AM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
On Fri, Oct 14, 2011 at 9:19 AM, Sean P. DeNigris <sean@clipperadams.com> wrote: What are the current options/future-possibilities?
I was playing with Fffenestri's DisplayHostWindow, which kind of works in 1.3. What ever happened to that project? What is the status of Mars? Are there any other avenues?
back-porting Vassili Bykov's native window implementation for Newspeak (which runs above a slightly-modified Squeak VM, modified to support Newspeak bytecodes).
He is coming to Smalltalks.... I mention this just in case someone wants to discuss with him.
Thanks. Sean
-- View this message in context: http://forum.world.st/Native-Windows-tp3905413p3905413.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- best, Eliot
-- Mariano http://marianopeck.wordpress.com
On Sun, Oct 16, 2011 at 3:13 AM, Stéphane Ducasse <stephane.ducasse@inria.fr
wrote:
What is the license of the code? I do not think that newspeak code is MIT.
http://newspeaklanguage.org/the-newspeak-programming-language/downloads/news... Newspeak is Apache 2.0 with the preferred license for contributions going forward being MIT. But in this case there's no issue; you can't use the source unchanged since it's Newspeak. You're at liberty to read the code under Apache and hence can convert it to Smalltalk and then it's different code.
Stef On Oct 16, 2011, at 11:51 AM, Mariano Martinez Peck wrote:
On Sun, Oct 16, 2011 at 6:12 AM, Eliot Miranda <eliot.miranda@gmail.com>
wrote:
On Fri, Oct 14, 2011 at 9:19 AM, Sean P. DeNigris <sean@clipperadams.com>
wrote:
What are the current options/future-possibilities?
I was playing with Fffenestri's DisplayHostWindow, which kind of works in 1.3. What ever happened to that project? What is the status of Mars? Are there any other avenues?
back-porting Vassili Bykov's native window implementation for Newspeak (which runs above a slightly-modified Squeak VM, modified to support Newspeak bytecodes).
He is coming to Smalltalks.... I mention this just in case someone wants to discuss with him.
Thanks. Sean
-- View this message in context: http://forum.world.st/Native-Windows-tp3905413p3905413.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- best, Eliot
-- Mariano http://marianopeck.wordpress.com
-- best, Eliot
participants (4)
-
Eliot Miranda -
Mariano Martinez Peck -
Sean P. DeNigris -
Stéphane Ducasse