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.
Laurie
So now C++17 is getting pretty close to being done, I thought it might be interesting to have a d…
»
Mārtiņš Možeiko
Supporting TLS features doesn't guarantee good TLS security. Here's another discussion we had on…
»
@Mattias_G
mmozeiko The good part of mbed TLS is that it is very configurable - you can configure it with #d…
»
Mārtiņš Možeiko
1. Those are monster ("monstar") entities, NPC that will walk around. Here's the day it was imple…
»
@Mattias_G
nothings Goddammit windows. 1 2 3 4 5 6 7 8 9#pragma warning( push ) #pragma warning( disable: 4…
»
Mārtiņš Možeiko
The good part of mbed TLS is that it is very configurable - you can configure it with #define's t…
»
Ray
Just published a small tool developed with raylib: rFXGen. It is based on the amazing sfxr but…
»
r2d2
Fair enough, thank you for the reply. I am used to the completely opposite approach: discarding e…
»
Allen Webster
That's a fine question. No 4coder is missing that feature right now. I'd like to add it soon, b…
»
ratchetfreak
Casey finds early returns and break/continues harder to follow so he doesn't use them. He prefers…
»
Sean Barrett
Goddammit windows. 1 2 3 4 5 6 7 8 9#pragma warning( push ) #pragma warning( disable: 4127 ) // …
»
r2d2
Hi, folks! Perhaps Casey himself or people who are following the project closely can comment. I …
»
@Mattias_G
I agree about http vs https - this library has its origin back when http was more of the norm. St…
»
rizoma
Nevermind, I see that this was already covered here: https://hero.handmade.network/for...n/t/810-…
»
pusheax
Hi, Questions to people who follow Casey's streams: 1. What are the jumping heads? 2. Why grass …
»
simonWasHere
Hi, Firstly, thanks for the great editor, and I'm sorry if this is a stupid question. I would l…
»
Mārtiņš Možeiko
Windows API provides very simple API for handling http (and https, ftp) requests - wininet API. I…
»
@Mattias_G
This weeks library is for basic HTTP requests (POST and GET commands) https://github.com/mattias…
»
MrPr3sident
Those flags are usually set by the Application Compatibility Wizard that may appear after a progr…
»
Mārtiņš Možeiko
More interesting question is who and when added this registry entry? Does it gets added always or…
»
MrPr3sident
Hi there, I just wanted to spread awareness about a problem I had while coding along the live co…
»
Mārtiņš Možeiko
That is .NET Native which I already mentioned. And it is only for Windows Store apps.
»
Joakim
mmozeiko I really think that this is not very complicated: https://github.com/emoon/minifb/blob/m…
»
Jack Mott
Here is some info: https://msdn.microsoft.com/en-us/library/dn584397(v=vs.110).aspx
»
Mārtiņš Možeiko
Typically for regular apps this is done with ngen at installation time. It takes your .net assemb…
»
Mārtiņš Možeiko
I really think that this is not very complicated: https://github.com/emoon/minifb/blob/master/tes…
»
anaël seghezzi
I wrote a post about the art process there : http://ludumdare.com/compo/2015/12/19/back-on-earth-…
»
Joakim
mmozeiko Have you seen up to day 4 and 5? In these days Casey is changing pixels and putting them…
»
ratchetfreak
After seeing Jon's rant on keyboard handling and the article he linked, I thought I'd look into d…
»
Shazan
I know that when you build a .net app it converts into IL code .Is it possible to compile IL or .…
»