Anyone have a good example of code that exploits ooo and instruction pipelining as a form of para…
In a shipping game you aren't going to have live looped code editing.
Also various workarounds …
I recently started following the Handmade Hero series and I'm currently on day 24, but there is o…
mmozeiko I'm not sure if I have mentioned this before, but I cannot take node and similar framewo…
Thanks.
I read several articles about floating point precision and I have a (kind of) better idea…
Brian —
You are correct.
Casey explains it further in the Q & A @ 1:30:17 Question: Can you explai…
Jason —
Andynonomous Ignore this, Casey addresses it a few minutes later lol.
Just so you know, thanks f…
I assume repo includes stuff only required for HH engine & game.
Shazan —
But its not there in the github repo. Why is that?
I'm not sure if I have mentioned this before, but I cannot take node and similar frameworks serio…
DrawElements crashes because you have not bound index buffer (GL_ELEMENT_ARRAY_BUFFER). It tries …
It is there for me:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16$ mkdir hero
$ cd hero/
$ # he…
No there is no such option yet, but I agree there should be some work on how the block comments a…
What most of the web development is doing is using node.js for both the client and the server. T…
Most people here probably won't care at all, but I know there are at least a few of us that might…
most likely not the problem but you can pas the length of the shader sources explicitly so you do…
adekto —
oh ok, well fixed that but there still allot wrong
i got no idea what im doing at this point :p
people —
Ah, thanks for clearing up that misconception :)
people That was pretty cool, I wonder if you could use ioctl's to use the gpu and bypass the gpu …
people —
That was pretty cool, I wonder if you could use ioctl's to use the gpu and bypass the gpu driver …
your pixel data describes a 2x2 texture but you tell opengl it's a 3x3.
Also you should pass pi…
adekto —
currently stuck cant seem to get texture to display also drawElements is cousing crashes not sure…
people —
I know Casey likes to find bugs independently but seeing all that math just work when the card ra…
Here's an interesting article from BetterOS.org I've been reading about some of the lowest level …
Shazan —
I checked day243 I didn't find it still or did someone removed it.
It is in timer folder starting with day 243 zip archive.
Shazan —
I preordered the game but can't find it.Where to look for can't seem to find it in code and misc …
Chris —
These could certainly be improved upon, but they suit my needs perfectly.
This is a style of cur…