|
Prev: Fake TAG Heuer watches
Next: rest vs. body
From: Ariel on 19 Jun 2008 03:42 I am pretty new to lisp, but not programming in general. I am looking for something to help facilitate making graphical interfaces with simple animations present with emphasis on being cross-system compatible. I was looking at various implimentations of opengl, but I am not sure if opengl is hardware specific (needing certain quality of card to be able to perform higher functionality). Any good places to start looking for tutorials / libraries / etc that deal in this area? What about the possibly of using something like GTK+ ?
From: John Thingstad on 19 Jun 2008 04:37 P� Thu, 19 Jun 2008 09:42:12 +0200, skrev Ariel <no(a)mail.poo>: > I am pretty new to lisp, but not programming in general. I am looking > for something to help facilitate making graphical interfaces with simple > animations present with emphasis on being cross-system compatible. I > was looking at various implimentations of opengl, but I am not sure if > opengl is hardware specific (needing certain quality of card to be able > to perform higher functionality). > > Any good places to start looking for tutorials / libraries / etc that > deal in this area? > > What about the possibly of using something like GTK+ ? OpenGL should work almost everywhere. These day's motherboards come with simple support for 3D grahics acceleration. Some functionality can be unacceptably slow or unavailable, but not for basic drawing and the like. There are bindings to almost all cross portable graphics libraries. http://www.cliki.net/Graphics%20Toolkit http://www.cliki.net/graphics%20library Gives a list of what is available. -------------- John Thingstad
From: Ariel on 19 Jun 2008 05:38 Ahh, very helpful. Thank you sir. On Thu, 19 Jun 2008 10:37:10 +0200 "John Thingstad" <jpthing(a)online.no> wrote: > På Thu, 19 Jun 2008 09:42:12 +0200, skrev Ariel <no(a)mail.poo>: > > > I am pretty new to lisp, but not programming in general. I am looking > > for something to help facilitate making graphical interfaces with simple > > animations present with emphasis on being cross-system compatible. I > > was looking at various implimentations of opengl, but I am not sure if > > opengl is hardware specific (needing certain quality of card to be able > > to perform higher functionality). > > > > Any good places to start looking for tutorials / libraries / etc that > > deal in this area? > > > > What about the possibly of using something like GTK+ ? > > OpenGL should work almost everywhere. These day's motherboards come with > simple support for 3D grahics acceleration. > Some functionality can be unacceptably slow or unavailable, but not for > basic drawing and the like. > > There are bindings to almost all cross portable graphics libraries. > http://www.cliki.net/Graphics%20Toolkit > http://www.cliki.net/graphics%20library > Gives a list of what is available. > > -------------- > John Thingstad
From: Daniel Weinreb on 20 Jun 2008 08:05 (I don't know why I keep seeing comments on the web saying that the Lisp community tends to be unhelpful. I see lots of posts like this that are very helpful. -- Dan) Ariel wrote: > Ahh, very helpful. Thank you sir. > > > On Thu, 19 Jun 2008 10:37:10 +0200 > "John Thingstad" <jpthing(a)online.no> wrote: > >> P� Thu, 19 Jun 2008 09:42:12 +0200, skrev Ariel <no(a)mail.poo>: >> >>> I am pretty new to lisp, but not programming in general. I am looking >>> for something to help facilitate making graphical interfaces with simple >>> animations present with emphasis on being cross-system compatible. I >>> was looking at various implimentations of opengl, but I am not sure if >>> opengl is hardware specific (needing certain quality of card to be able >>> to perform higher functionality). >>> >>> Any good places to start looking for tutorials / libraries / etc that >>> deal in this area? >>> >>> What about the possibly of using something like GTK+ ? >> OpenGL should work almost everywhere. These day's motherboards come with >> simple support for 3D grahics acceleration. >> Some functionality can be unacceptably slow or unavailable, but not for >> basic drawing and the like. >> >> There are bindings to almost all cross portable graphics libraries. >> http://www.cliki.net/Graphics%20Toolkit >> http://www.cliki.net/graphics%20library >> Gives a list of what is available. >> >> -------------- >> John Thingstad
|
Pages: 1 Prev: Fake TAG Heuer watches Next: rest vs. body |