joe —
What program is being used here
I've heard some talks going around the community with people talking about coming into Seattle a f…
Aidan —
The guy actually works for Khan Academy. You can watch the series on its page
Nice, reminds me of Khan Academy.
Thanks miotatsu ! I'll review that on GitHub. The next step would be to build MotionBox and run it…
Neo Ar —
Good call, didn't think of that. I now have Sky built on Linux :) I'll clean up my changes to the…
Jay —
I'm a little behind on watching the VODs so Casey may have addressed this issue already, but I bel…
Watched to about to before the 3D discussion starts. I've implemented GJK for 2D before (following…
And the fun will start when you'll give your game/application to other people. You'll fix data buf…
Welcome to figuring out opengl perf problems. The constant headache of game devs.
Thanks for the answers. I expected that the way I was creating/deleting buffers was not optimal, b…
Jesse —
To add to the list of recommended reading on the subject:
You should not delete buffer when you need to put new data in. DYNAMIC_DRAW probably is not helpin…
At that point, if you are using ndiswrapper and mesa, you simply take Linux and adopt to your use …
I'm working on an OpenGL application and noticed a huge frame time (~160ms) that always happens at…
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?
Handmade hero starts with doing software rendering. The core of it is done in the first few episo…
Shazan —
I didn't mean pixel art I meant software rendering because I don't how to manipulate the pixels. I…
hugo —
Pixel art is more of a visual style of 2D games. So I recommend you watch the first episodes of , …
Shazan —
Is there a resource for pixel programming and low level software rendering for a beginner who know…
sounds like what google chrome does (or tries to do) for it's process isolation for its tab proce…
thanks, seems quite useful!
hugo —
I think you have to Google "raspberry pi bare metal" A few other easier, probably funnier options …
I do not knot if someone reported this bug (I made a fast read), but in my case the is extremely …
Shazan —
Can you provide more info on setting up video mode is it possible with the raspberry pi and how?
When malloc was first implemented memory didn't need to be aligned. It's only later when cache be…
TM —
Well, memory allocations always need to be aligned, the only reason malloc doesn't take an alignm…
Unfortunately as hardware has become more "Plug'n'play" it has basically just got worse since vend…