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.
Patrick Lahey
This was discussed a bit in this thread. You might find the comments there useful.
»
Dale Kim
In my own projects, I've been trying to write code where I request all the memory for my applicat…
»
Mārtiņš Možeiko
There is one more level below Xlib. Newest versions of Xlib library use XCB to perform its work: …
»
Pete
I am trying to find a good answer to what the native API is for doing GUI applications in linux. …
»
Kknewkles
Day 6, 42:30 - Casey starts coding the keyboard input. From what I remember, while you hold the k…
»
Jesse Coyle
I've tried it, Got rid of the wasdown != isdown check, and made keyup serperate as well as vice v…
»
Krzysiek
Casey's processing of these messages is clever indeed. You can try something simpler, you can pr…
»
Matej Kac
If anybody is interested, I have added the ability to download assets from sendowl and pre stream…
»
Jesse Coyle
Is this a loss cause? I still need help. I need to move on to other stuff, so I may just instead…
»
Mārtiņš Možeiko
Answering second part of your question - "rendering and updating in one function" doesn't mean th…
»
Burmi
Hello Everyone, I started to watch the Videos of Casey a while ago and I'm currently at Day 16 - …
»
Jesse Coyle
Ah, so in place of WasDown != IsDown I should do: ((Message.lParam & (1 << 30)) == 0) r…
»
Mārtiņš Možeiko
I don't see your source, but on WM_KEYDOWN MSDN page for bit 30 it says:The previous key state. T…
»
Jesse Coyle
Sup everybody. I've been following along with handmade hero for a bit, and I wanted to use what …
»
d7samurai
Nimbal Since C++11, there's the alignof keyword that works similarly to sizeof. There's also ali…
»
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 …
»