varomix
varomix
I figure it out ```nim import gintro/[gtk, gdk, glib, gobject, gio] import opengl proc onRealize(area: gtk.GLArea) = loadExtensions() # init opengl? area.makeCurrent() glClear(GL_COLOR_BUFFER_BIT or GL_DEPTH_BUFFER_BIT) glClearColor(0.0, 0.5, 0.5, 1.0) proc...
No worries @StefanSalewski it was more of an issue of how I was calling and the parameters on the procedure, thank you very much for doing this, I'm loving Nim...
yes, my second post says, I figure it out :laughing: added the code in case someone else needs it
ok, thank you any workarounds in the mean time?
any idea when this will be fixed or can you point me in the right direction so I can try to fix it? thanks
Can somebody please do this=, can't make it work with 4.19, I noticed you guys just update it for it and would love to use this Even if it's a...