Handmade Network»Feed
Marcelo Serpa
I also use VirtualBox, works fine. I've used VMWare in the past (trial version), but never really…
»
popcorn
Yeah I did ObjectA a = (Object*) chunkOfMemory; a->init(); it doesn't work properly. I als…
»
Casey Muratori
Heeiiigou But don´t ask me what this exactly does. I just c/p it of the other code in the .emacs …
»
Casey Muratori
Thanks for the kind words! I'm glad to hear that you're getting on well with the series... since…
»
Heeiiigou
Thank you! If anyone has the same problem, I added this to the .emacs file: 1 2 3 4 5 6 7(defun …
»
ZenSoturi
There seems to be lot of audio problems. I also had them, but solved them my own way. Not necessa…
»
Kasper Sauramo
The plentifully linked http://www.dataorienteddesign.com/dodmain/dodmain.html has some notions ab…
»
Marco Dennstädt
Hi, ahh thank you! I will have a look at the resources :) An physics or graphics component inte…
»
Mārtiņš Možeiko
I don't think such approach is good. Dedicating whole thread to one system (like sound in your ex…
»
Marco Dennstädt
Haha no problem :lol: , this is what I am actually doing right now, inspired by the videos :) Th…
»
Patrick Lahey
Thoughts? Write the usage code first? (sorry, I couldn't help myself :) )
»
Dominik
The way I see it, it should not be a problem. Because the yellow line only estimates where the Pa…
»
Marco Dennstädt
Hi, I'm currently starting to develop my own engine and I want to implement it using different …
»
Stefan
You want the expected cursor to be as close as possible to the actual flip cursor. It is acceptab…
»
Dominik
Just to get things straight and I understand them correctly: 0. row: all the old play and write …
»
Stefan
I cant say why you have a bug, but as you can see from your screen shots, the yellow line is befo…
»
Dominik
I think I have the same or a familiar problem. :( I don't want to check the source code aswell, …
»
Oliver Marsh
The weekly illustrations are really cool and they seem to help me alot. Love the style, not to de…
»
Benjamin Kloster
Keep in mind that cocos2d uses virtual functions. For those to work, the object's virtual functi…
»
Andrew Bromage
I can't speak for cocos2d, but do make sure that allocations are appropriately aligned. What cons…
»
popcorn
I tried this method with cocos2d and it didn't work out. there was some initialization problems a…
»
Jeffrey Carpenter
Thanks for the info! :-) Cheers, Jeff
»
Andrew Bromage
Games with custom engines tend to use a lot of special-purpose memory allocators. Just as an exa…
»
Sophie
Hi all! About three weeks ago, a friend IMed me the trailer for Handmade Hero. About a week late…
»
Ray Garner
Dont worry I started at about 32 and have been developing professionally for 4+ years im 38 now. …
»
Casey Muratori
You need to bind a command to something like 1(compile "build.bat") so it will run the Handma…
»
Patrick Lahey
Typically you pass in a memory arena to every function that either directly allocates memory or m…
»
nikki
Yeah I think C is not as beginner friendly as let's say Python or Java.
»
Stefan Nordkvist
thanks! I´ll have a look :D [color=#0088ff]Update:[/color] In the preface it smacked me with: …
»
nikki
I am learning the basics from http://c.learncodethehardway.org/book/ and I think it's a great res…
»