Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Oz: OpenGL & GTK+

10 views
Skip to first unread message

chris

unread,
Jan 23, 2004, 1:59:22 PM1/23/04
to
Hi,

I know there's a GTK module for Oz, but does anyone know how current it
is? I can't seem to find anything on it... Also does anyone know if
there's a binding to OpenGL for Oz? I found MozartGL, but there's not
much info on it, or obtaining it.

I need access both to OpenGL and GTK (or an equivalent toolkit - has
anyone used Qtk?) for some (separate) work.


Cheers,
Chris

chris

unread,
Jan 23, 2004, 2:05:19 PM1/23/04
to
chris wrote:

> I found MozartGL, but there's not much info on it, or obtaining it.

Correction: That should be Mozart 3D

Thorsten Brunklaus

unread,
Jan 24, 2004, 7:23:20 AM1/24/04
to
Hi,

> I know there's a GTK module for Oz, but does anyone know how current it
> is? I can't seem to find anything on it... Also does anyone know if
> there's a binding to OpenGL for Oz? I found MozartGL, but there's not
> much info on it, or obtaining it.

The Mozart GTK binding bases on the 1.2 (Unix) and 1.3 (Windows) versions of GTK
together with the GtkCanvas package 0.1.

It is included in current 1.2.5 Windows release and can be separately downloaded
for the various Linuxes.

I do not know any Open GL binding for mozart; but maybe you might find
information about this on the MOGUL archive where contributed libraries reside

http://www.mozart-oz.org/mogul/


Cheers,
Thorsten.


chris

unread,
Jan 24, 2004, 4:46:11 PM1/24/04
to
Thorsten Brunklaus wrote:

> The Mozart GTK binding bases on the 1.2 (Unix) and 1.3 (Windows) versions of GTK
> together with the GtkCanvas package 0.1.

Do you happen to know if there are plans to support GTK 2.0+?

> I do not know any Open GL binding for mozart; but maybe you might find
> information about this on the MOGUL archive where contributed libraries reside
>
> http://www.mozart-oz.org/mogul/

I looked there, but could not find mention of OpenGL.


Thanks,
Chris

Peter Van Roy

unread,
Jan 25, 2004, 3:09:52 PM1/25/04
to
chris <spamof...@ntlworld.com> wrote in message news:<p7eQb.9657$YV1....@newsfep4-winn.server.ntli.net>...

> I need access both to OpenGL and GTK (or an equivalent toolkit - has
> anyone used Qtk?) for some (separate) work.
>
> Cheers,
> Chris

QTk is a mixed declarative/procedural front end to Tk; it does not provide
any functionality that Tk doesn't have, but it is *much* easier to use and learn
and it makes it easy to do dynamic user interfaces (see chapter 10 of my
book).

This probably doesn't help you much for your problem, though.

Peter

Thorsten Brunklaus

unread,
Jan 26, 2004, 2:22:31 AM1/26/04
to
> > The Mozart GTK binding bases on the 1.2 (Unix) and 1.3 (Windows) versions of GTK
> > together with the GtkCanvas package 0.1.
>
> Do you happen to know if there are plans to support GTK 2.0+?

Well, as I am the author of this binding, it would most likely be my task to perform this.
However, currently there are no concrete plans to do this.

But since this Binding is generated semi-automatically, you easily could do it for yourself,
given the appropriate C libraries and some core infrastructure which could be adapted from
the exisiting GTK 2.0 binding to the Alice language (technically very close to the Mozart binding as it is its anchestor).

http://www.ps.uni-sb.de/alice/


> > I do not know any Open GL binding for mozart; but maybe you might find
> > information about this on the MOGUL archive where contributed libraries reside
> >
> > http://www.mozart-oz.org/mogul/
>
> I looked there, but could not find mention of OpenGL.

Maybe you should post your question concerning this issue to the mozart-oz.users or
mozart-oz.hackers newsgroups/mailing list -- some guy might have implemented
something privately and has not yet polished it for contribution to mogul.

Cheers,
Thorsten.


0 new messages