Jesse —
Handmade at heart! Now on Github :
Greetings everyone, Please excuse my ignorance if this has been brought up before. I used search f…
Tom —
Sure, i'd love to see what you made if you're up for posting it. I actually never got around to r…
MinGW-w64 is installed in subdirectory of msys. Msys itself is bunch of other tools that Clion doe…
Ishan —
The link for the cmake project file that you have given is dead. Can you re-upload that?
Ishan —
I have installed msys2 64-bit version. However when I am trying to set it as my MingW I am gettin…
Instead of subclassing/inheritance, the method I highly prefer is discriminated unions/tagged unio…
Consider the following: int main(void) { Thing* t = new Thing(1); return 0; } [/code] This is an…
An important point is that the largest problem, in my opinion, is the part of OOP. i.e. starting …
Alright, thank you! I went for the file locks. The behaviour of a daemon would be nice. But it's n…
I don't think there is "offical" way to do that. Everybody does whatever they want. It's pretty mu…
New instance should be able to start. But I hope my software is by now robust enough to not crash…
You could create (or open existing) file in /var/run/ folder when running. Then immediately acquir…
You probably need to use mingw that has xinput.h instead of trying to force it to use one from Win…
if the old instance crashes (or gets sigkill 9'ed) do you want the new instance to be able to star…
The web shows me plenty of ways to create a single instance app, and I can't see the forest for th…
Mór —
I've moved from Windows to Linux so I can't help much, but I had trouble compiling HMH on Windows …
Ishan —
I am coding using cLion and debugging using Visual Studio. I have installed MingW to go with clion…
About what day is the renderer and animation started? It looks like Day 81 for the renderer to me…
Hey, sorry if I'm resurrecting this thread too late. I went with the approach you are thinking and…
Beautiful! So we currently have two rooms that I know of, both sleeping four and both full except …
We're all booked up, uh-hu-huh. Except for the night of the 21st, which remains just Zak and me fo…
It's great that you're making steady progress on your debugger! Here are my two cents: Clang won't…
Hi, It looks like the Mediterranean Inn will be a popular choice for this second HandmadeCon. I'm …
Mike T —
I don't think I'm relying on anything that I'd expect to differ between distros. I think there may…
Jesse —
Most excellent! I look forward to demonstration. :) Which distributions are you planning to suppor…
Jesse —
Please delete. Somehow this double posted and I can't seem to figure out how to delete it myself!
Mike T —
Ho there folks. As some of you may already be aware, I have been working for some time on a debugg…
Jesse —
Procedural generation is generally meaningful to games when it can communicate an idea about how t…
At what point does shuffling around content like a deck of cards and throwing dice becomes "proced…