[GEM-dev] automated drawing in gem?

IOhannes m zmoelnig zmoelnig at iem.at
Tue Sep 18 16:12:46 CEST 2007


Alexandre Quessy wrote:
> 
> I mean using the http://luagl.wikidot.com/ functions. I wonder if
> calling those :
> """
> gl.Begin("LINES")
> gl.Color(1, 1, 0)
> gl.Vertex(0, 0)
> gl.Vertex(1, 1)
> gl.End()
> """"
> ... would work out-of-the-box. Would it ?
> If so, that worth it. :)
> 


hmm, trying pdlua and luagl is not that difficult...at least for me it 
works.

(ok, i haven't done anything more complicated, like accessing Gem 
internal data (pixes!))

fgmad.r
IOhannes




More information about the GEM-dev mailing list