We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Simon Anciaux
Thanks. I'm having another issue. This code is in a header that can be included in a .c or .cpp fi…
»
Mārtiņš Možeiko
Are you sure? Can you show output of "ls -la /usr/lib/libGL.so"? (or wherever this file is) I exp…
»
spx
This is an intermediate build and requires Linux kernel 3.2 or later. Porting continues to progres…
»
Christopher Dyken
Thanks for the recommendation! Personally, I look at this as a nice opportunity to get a bit of ex…
»
Anikki
This is probably a reason as to why Go uses the := operator, especially in this case: := is a pr…
»
Anikki
I think, the single tokens' token kind value being their ASCII character value idea, could've been…
»
Finalspace
Good news people, i am switching to C99. I got sick of all the namespace typing nonsense. The onl…
»
Oliver Marsh
Your video helped me a lot, also the reference and Casey's great GJK video. I had a go at impleme…
»
BlahBlah
What is it? Is the method described by the stack overflow question correct? IE [/code] where wai…
»
Mārtiņš Možeiko
Yes, there is. But that works only for windowed application and if compositor is enabled (meaning …
»
Todd
Do any of you folks who spend most of your time writing code in C or C++ specifically address secu…
»
BlahBlah
Is there a guaranteed way to wait for the vblank interval on windows? I was watching and Casey gi…
»
Alphapork
I think it's up to you how you want to do it. I did it as a look ahead because i wanted to get fam…
»
Justin Liew
Hi all! I totally missed the homework part for day 2 as I only watched the stream and didn't check…
»
Mārtiņš Možeiko
Yea, you need to define them yourself. Sometimes Microsoft gives static library with IID/CLSID val…
»
Simon Anciaux
I'm trying to compile a function that uses COM (for WASAPI) as a .c file and got some problems (it…
»
Finalspace
I finally found the issue. I was loading the wrong opengl driver!libGLX.so is wrong on my machinel…
»
Mārtiņš Možeiko
Right. That could be an issue. NVidia has super hacky OpenGL implementation on Linux. That's why …
»
Finalspace
Oh i may have found the issue. One or more function prototypes for X11/GLX seems to be wrong (I lo…
»
Finalspace
No idea, its a default ubuntu 17.10 installation. +---------------------------------------------…
»
Mārtiņš Možeiko
That's glxinfo. For nvidia driver info try "nvidia-smi". You nave name of display ":1" ? What happ…
»
Finalspace
I removed the caching of the XVisualInfo and release the visual info immediatly after it was used.…
»
Phillip Trudeau-Tavara
We could have all the best niceties--actual binary data, sane development environment(s), ludicro…
»
Finalspace
desktop with NVidia Quadro 4000 laptop with NVidia GTX 1060 Both on ArchLinux. Linux kernel versi…
»
Mārtiņš Možeiko
Your branch works fine on two of my machines. No crash, no error. Just bunch of log when excuting …
»
Alphapork
So I worked on this for a while over the weekend without having watched day three of streaming. I'…
»
ratchetfreak
I'm finding it difficult to make enough time to keep up with the project already, I suspect I'm g…
»
llimllib
Mine works under the debugger but segfaults when run without, which is very frustrating! I'm findi…
»
Vee900
Ok.Thanks
»
Daniel Bross
Yeah, I second this. Would be awesome to still have some talks/interviews that were done by @cmura…
»