Brad Beer
Brad Beer
You are correct. I needed a call to a library which sets up the OpenGL function pointers. However when I use GL::LoadExtensions() I get 74 warnings: ``` Warning: type of...
I could not get SDL2 to play nicely with OOGL's window class. I've hacked out the windowing and platform specific code as well as the extensions code in favor of...
Could you try loading SDL2 using "(ql:quickload :sdl2)" and see if you get the same error?
I know exactly what this is. I'm using implementation specific raw memory types (expanding on cffi) to send/receive Opengl data. I'll need to update it for lispworks. On Aug 10,...
Perhaps I'm being seduced by the dark side here. My next step (after issues 2 & 3) it to port a presentation I gave a while back. I used "Qix"...
> That said, don't let my opinion stop you. Well, this is a library not an application. After I've had some time to think about it I realize you are...
See issue [#6](https://github.com/BradWBeer/CLinch/issues/6) for reasoning about this.
This might be a version mismatch. Can you pull the latest version of both and try? On Mar 29, 2017 1:55 PM, "stacksmith" wrote: SBCL 1.3.15 on linux xubuntu 17.04...
Do I really even need this? Is it already done?