OpenGL ES for the web?
The Khronos Group released the final WebGL spec for HTML 5: Khronos Releases Final WebGL 1.0 Spec For HTML5 3D Now this is going to be interesting for web gaming!
The Khronos Group released the final WebGL spec for HTML 5: Khronos Releases Final WebGL 1.0 Spec For HTML5 3D Now this is going to be interesting for web gaming!
Ah hah! I knew these guys were up to something when they signed an exclusive deal with Activision, which is part of Blizzard… you know, the guys that make the marriage-destroying game known as World of Warcraft!
Yup. This one is surely an interesting read: Everyday differences between Japan and the U.S.
I love reading code like this: int IAmGoingToReturnAnInt ( int* gimmeSomeData ) { int munchMunch = *gimmeSomeData; ++munchMunch; // Developer note: FU } Okay, the last developer note doesn’t really exist, but you would think that this function would return an integer. I mean, come on! Give me something!
This is a good reference for me since I have to do this on occasion when I switch from my Mac to my PC to do some general coding work: Enabling Memory Leak Detection