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