A new update is coming along :-)
I plan to do:
OpenGL extentions up to 2.0, you can finally make cool rendering now :-)
If you want to make some elements while I'm still working on the update, here's a thing to note:
C code:
glBegin();
becomes Lua code:
gl.Begin()
New font engine, uses bitmaps
More of the code moved to Lua
yeahh.
I plan to do:
OpenGL extentions up to 2.0, you can finally make cool rendering now :-)
If you want to make some elements while I'm still working on the update, here's a thing to note:
C code:
glBegin();
becomes Lua code:
gl.Begin()
New font engine, uses bitmaps
More of the code moved to Lua
yeahh.