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.
Neo Ar
It is purely user-space, you can allocate the memory from whatever system allocator you like. Whe…
»
Jeroen van Rijn
While I've already commented on the video, I wanted to wish you the best of luck with your career…
»
Neo Ar
Hey Everyone! As you might already know, I recently left my job at Aker to pursue full-time str…
»
Simon Anciaux
If you never played it, Aquaria as a similar singing think where you combine several notes (I thi…
»
Kapsy
Looks very cool. Looking forward to trying it out first hand some time!
»
Ryan Fleury
Hey everyone! I just uploaded a fresh devlog for you all to check out. I show off a few new fea…
»
ratchetfreak
One way of looking at deciding when and what to redraw is as a cache invalidation problem. What'…
»
Mikael Johansson
Personaly I use an update flag (or bool if you prefer). As soon as something happens that should …
»
Allen Webster
Yeah I agree the API is tremendously not fun to use. I wanted to just leave the file handles ope…
»
Matt Hartley
I'm struggling to find good resources about how application rendering(as opposed to game renderin…
»
Flyingsand
So I've downloaded both Clang and Visual Studio 2017, and ran the same tests (for Clang I used VS…
»
James Fulop
Cool! Yea for detecting a changed file, it seemed like FindFirstNotification was the "right" way …
»
Mārtiņš Možeiko
Right, that is true. Although if you are using handmade-like build, where everything is single-tr…
»
Mārtiņš Možeiko
https://www.newegg.com/Product/Pr...Submit=ENE&N=100006740&IsNodeId=1 2553 items with 192…
»
Allen Webster
My file opening saving stuff is still really dumb right now. But you happen to be asking about th…
»
The_8th_mage
I think that on new laptops it is 1080p, as i haven't seen 720p laptops when i baught my laptop l…
»
Laurens Mathot
As aidtopia noted, replacing the memset and memcpy intrinsics doesn't seem to combine with Whole …
»
James Fulop
Update: Using 1CreateFileA(FilePath, 0, FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE, 0, OP…
»
James Fulop
Hey Allen, I am working on a hot-reload shader system, were a shader is reloaded whenever a file…
»
Mārtiņš Možeiko
I'm pretty sure 1080+ is still not the most common resolution for laptops. 1366x768 is. Yeah I kn…
»
The_8th_mage
I own a 4k on 15' monitor, and non dpi aware applications upset me. I can't even look at the ups…
»
Timothy Barnes
I will show in this article why game programmers should be aware of High DPI monitors and the way…
»
Flyingsand
mmozeiko And this is only for debug build? For release with optimizations performance is good, ri…
»
Stas Lisetsky
Mkay. Just a quick update. Working on the css engine. Actually it is rather an interpretation of…
»
Abner Coimbre
Yeah we've come to agree: Any announcement, no matter how big or small, should not be stream-only…
»
Simon Anciaux
@abnercoimbre: Thanks for the clarifications. I think that making announcement in a stream (e.g. …
»
Mārtiņš Možeiko
And this is only for debug build? For release with optimizations performance is good, right? Fly…
»
Flyingsand
Ok, so I've run some tests in both VS 2015 and VS2013 on the fill rect (AVX2) function that was t…
»
Matt Mascarenhas
Interesting question about accessing (read-only?) the forums and blogs of projects that were remo…
»
Abner Coimbre
I forgot to address the handmadedev.show question. Since I wrote the site to simply serve stati…
»