Graphic Programming

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

Graphic Programming

Giuseppe
Hi all,

I'm doing some research, and I would like to know, if GST hase some  
bindings for SDL, Opengl and so on.

There are some documentation about how to interface with external  
libraries, for example, to do a binding to Horde3D engine for example?

Cheers.

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Graphic Programming

Holger Freyther
On 10/03/2010 03:11 AM, [hidden email] wrote:
> Hi all,
>
> I'm doing some research, and I would like to know, if GST hase some bindings
> for SDL, Opengl and so on.

GST is building modules for SDL and OpenGL but I have not tested them myself,
you can browse them online here:

http://git.savannah.gnu.org/gitweb/?p=smalltalk.git;a=tree;f=packages;h=3858b366f4b18d264d316c2c128a9c36d6a7d4ec;hb=734f7ad266cb795aed225e03a2a05504669e1d32


>
> There are some documentation about how to interface with external libraries,
> for example, to do a binding to Horde3D engine for example?

Yes, the keyword is C-callout and the GST manual covers it. I have recently
used it to wrap my own C library.

http://www.gnu.org/software/smalltalk/manual/gst.html#C-callout

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Graphic Programming

Paolo Bonzini-2
On Sun, Oct 3, 2010 at 11:06, Giuseppe Luigi Punzi Ruiz
<[hidden email]> wrote:
> Thanks, i will check it if I get GST builded under Windows

I have said multiple times that the way to get GST built _for_ Windows
is to cross-compile it from Linux (possibly Fedora, since that's what
I test).

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Graphic Programming

Paolo Bonzini-2
On Sun, Oct 3, 2010 at 11:31, Giuseppe Luigi Punzi Ruiz
<[hidden email]> wrote:
> Hi Paolo,I know,but I don't have a Linux box at home,and I
> remember to builded in mingw in the past. This don't
> works now? And under cygwin? I would like to not depend
> in other machine to build every time

It should but it's harder for me to troubleshoot.

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: Graphic Programming

Paolo Bonzini-2
On 10/03/2010 01:03 PM, Giuseppe Luigi Punzi Ruiz wrote:
> But there are some documentation to crosscompile from osx and/or linux to windows?

For Linux, see makesetup.in

Paolo

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk