Handmade Network»Feed
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 Shums
I know that when you build a .net app it converts into IL code .Is it possible to compile IL or .…
»
»
@Mattias_G
So, I'm working on a small RPG inspired by the tabletop RPG Gammaworld and a Swedish take on the …
»
Nate
I'm hoping the lecture on RSI is posted soon. I had a few hand problems pop up in the past, but …
»
Nate
I'm a fairly still young (30s) beginner programmer looking to make an early-mid-life change. I f…
»
Jeremiah Goerdt
mmozeiko On Linux, executable files are encoded with DWARF information that tells the OS how to r…
»
Jeremiah Goerdt
Miblo Captain, do you have a regular time for your streams? We could add it to insobot's schedule…
»
Tomasz Różański
I'm happy to provide the feedback. Make sure to check this thread again, cause I have a few new i…
»
Allen Webster
Thanks! This is a really nice list. Some of it is already on my list and the rest will be added…
»
Mārtiņš Možeiko
On Linux, executable files are encoded with DWARF information that tells the OS how to run the fi…
»
rizoma
Hi everyone! I was playing around with my code after day 043 and I found that my keyboard contro…
»