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.
Jay
I'm a little behind on watching the VODs so Casey may have addressed this issue already, but I be…
»
Andreas
Watched to about to before the 3D discussion starts. I've implemented GJK for 2D before (followin…
»
Mārtiņš Možeiko
And the fun will start when you'll give your game/application to other people. You'll fix data bu…
»
ratchetfreak
Welcome to figuring out opengl perf problems. The constant headache of game devs.
»
Simon Anciaux
Thanks for the answers. I expected that the way I was creating/deleting buffers was not optimal, …
»
Jesse
To add to the list of recommended reading on the subject: http://www.seas.upenn.edu/~pcozzi...s-…
»
Mārtiņš Možeiko
You should not delete buffer when you need to put new data in. DYNAMIC_DRAW probably is not helpi…
»
Mārtiņš Možeiko
At that point, if you are using ndiswrapper and mesa, you simply take Linux and adopt to your use…
»
Simon Anciaux
I'm working on an OpenGL application and noticed a huge frame time (~160ms) that always happens a…
»
David Butler
This is hardly an optimal solution and would take a lot of work but one thing that might be worth…
»
hugo
Are you already a programmer working in another area, or just getting started?
»
ratchetfreak
msmshazan I didn't mean pixel art I meant software rendering because I don't how to manipulate th…
»
Shazan
I didn't mean pixel art I meant software rendering because I don't how to manipulate the pixels. …
»
hugo
Pixel art is more of a visual style of 2D games. So I recommend you watch the first episodes of h…
»
Shazan
Is there a resource for pixel programming and low level software rendering for a beginner who kno…
»
ratchetfreak
chronokun Personally I'd very much like to have an OS that behaves more like an emulator, eg. th…
»
sahebjot singh
thanks, seems quite useful!
»
hugo
I think you have to Google "raspberry pi bare metal" A few other easier, probably funnier option…
»
iFuSiiOnzZ
I do not knot if someone reported this bug (I made a fast read), but in my case the Data Inspetec…
»
Shazan
Can you provide more info on setting up video mode is it possible with the raspberry pi and how?
»
ratchetfreak
Cranky Floresy I'm not 100% convinced that aligned allocation is a primary concern for most devel…
»
TM
Floresy I'm not 100% convinced that aligned allocation is a primary concern for most developers u…
»
Michael Cameron
Unfortunately as hardware has become more "Plug'n'play" it has basically just got worse since ven…
»
Mārtiņš Možeiko
It's still possible to insert usb/cd/floppy in modern CPU and directly boot from it and run only …
»
Andrew Smith
Hello! I recently used Casey's GJK video to learn and implement GJK for discrete collision detec…
»
Jeroen van Rijn
bunjee @Kelimion: Just tested with the latest VLC and you don't seem to get chipmunks. The pitch …
»
Bill Strong
So there is always some code underneath, even if it is the UEFI/BIOS. But you can do this today o…
»
Benjamin Arnaud
I think that missing playback speed option is because MotionBox uses libvlc for playback. It can …
»
Shazan
Is it possible to code a game where it doesn't need an OS. It loads directly to the game like old…
»
Ameen Sayegh
First, my complain is not about why I have to mark the functions getting called explicitly to be …
»