GUI in Io

View: New views
4 Messages — Rating Filter:   Alert me  

GUI in Io

by Millenniumman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

What is the easiest and most widely used way to make a GUI program in  
Io? Is it IoGTK?

It seems like it might be nice to have a universal Io GUI addon, that  
maybe provides a frontend to Windows/MacOSX/GTK/Qt/X GUI stuff.

Sorry if this is an obvious question, I can't find it on the website  
and Io is really hard to google.

Re: GUI in Io

by Steve Dekorte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 2008-06-03, at 2:07 AM, Henry wrote:

> What is the easiest and most widely used way to make a GUI program in
> Io? Is it IoGTK?
>
> It seems like it might be nice to have a universal Io GUI addon, that
> maybe provides a frontend to Windows/MacOSX/GTK/Qt/X GUI stuff.

The Flux addon contains a platform independent UI framework written in  
Io. It's still a work in progress though.


Re: GUI in Io

by Millenniumman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Is there a guide to using it available?

On Jun 3, 2008, at 5:06 PM, Steve Dekorte wrote:

>
> On 2008-06-03, at 2:07 AM, Henry wrote:
>
> > What is the easiest and most widely used way to make a GUI program  
> in
> > Io? Is it IoGTK?
> >
> > It seems like it might be nice to have a universal Io GUI addon,  
> that
> > maybe provides a frontend to Windows/MacOSX/GTK/Qt/X GUI stuff.
>
> The Flux addon contains a platform independent UI framework written in
> Io. It's still a work in progress though.
>
>
>


Re: GUI in Io

by Steve Dekorte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 2008-06-03, at 4:41 PM, Henry wrote:

> Is there a guide to using it available?

Only the sample code at the moment. If you'd like to write a guide  
your contribution would be welcome.

Cheers,
- Steve