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.
listabo
Thanks for the planned writeup! I actually know the topological algorithm and how this is suppos…
»
Per Vognsen
Sure, I plan to cover the resolver algorithm in the write-up I'll start working on this weekend. …
»
listabo
Hello, first: thanks for sharing all this knowledge! I definitely already learned a ton more det…
»
ackthpppt
Yup. It's all good now. Thanks!
»
Randy Gaul
Hey all! I'm writing a bunch of self-contained C/C++ headers for various tasks needed to make a …
»
Jeremiah Goerdt
Finalspace I fully agree! The Jetbrains tools are really good. Even though its written in Java i…
»
Finalspace
Small Release ## v0.7.1.0 beta: - Changed: fplConsoleFormatOut/fplConsoleFormatError is now comm…
»
Finalspace
mmozeiko Please do not use ReadConsole and WriteConsole for stdin/out on Windows. Those cannot be…
»
Mārtiņš Možeiko
Please do not use ReadConsole and WriteConsole for stdin/out on Windows. Those cannot be redirect…
»
Finalspace
pragmatic_hero CaptainKraft mmozeiko Any IDE written in Java or JavaScript is a big NO for me. A…
»
Finalspace
Short Update I decided to let the user provide a vsnprintf alternative when CRT is disabled. For…
»
Charles Nicholson
Just off the top of my head you could do a macro: With Macros 1 2 3 4 5 6 7 8 9 10 11 1…
»
Allen Webster
Great! There used to be better documentation on this in the custom code... I guess it got lost a…
»
Florian Morel
Hi there! First of all, thank you Per for Bitwise, it is an amazing project to follow and I lear…
»
yanok
Cool! Thanks!
»
Per Vognsen
OK, just checked it in, though it's only received some light testing. https://github.com/pervogn…
»
Per Vognsen
You don't need to provide all the fields. Fewer will do, with implied zero padding, as in C. But …
»
yanok
It's really strange that we need to provide all the fields to create the union. Isn't it the whol…
»
Jeroen van Rijn
BlackHatIsMe - I'm watching this video - I cannot find anywhere below that video for download i…
»
BlackHatIsMe
- I'm watching this video - I cannot find anywhere below that video for download images, maybe m…
»
Per Vognsen
We should be starting C codegen this week. Your cast example made me realize I had bugs in the B…
»
Finalspace
Update: 1.) I tried to make FPL "compilable" without the C-Runtime Library on Win32 and succeed…
»
Per Vognsen
Yeah, I think the volume got turned down inadvertently and didn't get caught during prestreams. I…
»
Finalspace
Randy Gaul Finalspace This library is C++/11 only. Noo not C++11 eww! Finalspace Its written in…
»
Nikita Smith
Yes, UI is all custom. I also got stuck doing the font render, and it took me a while to make it …
»
Matt Mascarenhas
Days 6 and 7 are quieter than the earlier ones, I think (unless my hearing is off this evening). …
»
Randy Gaul
Finalspace This library is C++/11 only. Noo not C++11 eww! Finalspace Its written in C++/98 mos…
»
Andy Gill
This looks super cool. Can I ask what you're using for the UI - is it all custom? I've considered…
»
Randy Gaul
abnercoimbre As an aside, this thread is so exemplary of what the Handmade community is about. I'…
»
CalPhorus
I noticed the maps started at 1<<24, so I figured that all of the maps were supposed to sta…
»