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.
x13pixels
Follow up release with some improvements / bug fixes, 0.3.7.1: ImprovementsAdded context menu item…
»
cl777
Hello to everyone, I got a little problem with search paths in 4coder. My directory structure: I …
»
Macoy Madson
This is mirrored on my blog. I have invested a significant amount of time in building Cakelisp for…
»
x13pixels
Thanks for the feedback Simon!
»
Simon Anciaux
We must necessarily use the first 7 bits to store the value of the exponent. The exponent is 8 bit…
»
Gaurav Gautam
Damn! That was way deeper than I had thought :P. If I am right now, I had no idea he was doing tha…
»
Gaurav Gautam
Ah I see now. So the 8bits for the alpha channel represent in some sense how much of a pixel is co…
»
Simon Anciaux
Thanks. I haven't used the new feature much, but here is some quick feedback.The zoom button posit…
»
Simon Anciaux
1 The mantissa part is the part that is usable. The floating point number mantissa is the "informa…
»
ratchetfreak
The 32 bit values are single precision floating point. Those are standardized to 24 bits of mantis…
»
Gaurav Gautam
Hello, On Day33 of Handmade hero at this timestamp: Casey Muratori explains here what would happe…
»
x13pixels
A new version of RemedyBG, 0.3.7.0, is available for download. Changes include: New FeaturesAdded …
»
Neo Ar
Decided to release nwr_mem.h v1.0.0 to the public without a paywall since RISCY BUSINESS is on an …
»
Mārtiņš Možeiko
By IO thread I mean dedicated thread that accepts read or write request and does read/write operat…
»
Mārtiņš Možeiko
It is called C. You just write C code. And if you really need - compile it with C++ compiler to us…
»
cella
Are there any books that teach programming without classes and other bloated stuff? Maybe books ar…
»
Benjamin Pedersen
Thanks for your reply. I had not really thought about the disk and threading. Can I ask a few foll…
»
Mārtiņš Možeiko
For each file to process you read it fully into memory (C stdio API is perfectly fine for that), d…
»
Benjamin Pedersen
I have a lot of big binary files (usually 300-400 MB). The file format has changed slightly and I …
»
Opoiregwfetags
That's a good idea, too, but it won't work for beta-testers in the future. Thanks for sharing that…
»
Mārtiņš Možeiko
Have your build script delete all temp_*.dll files - whichever it can. If it cannot then meh, leav…
»
Opoiregwfetags
Good idea, too, but I think I prefer bumping the number because your idea requires deleting the dl…
»
Mārtiņš Možeiko
To run multiple instances I would create string based on process id - something like temp_817238.d…
»
Opoiregwfetags
That could work. Unload, try to copy to temp1.dll, else try to copy to temp2.dll, and load again. …
»
Simon Anciaux
If it's not an issue for you and you have a way to differentiate between the different instances, …
»
Tobias Wolf
Why don't you just copy to Temp1.dll and Temp2.dll If you don't know if you are 1 or 2 either you …
»
Adamarla
Yes, the glViewport and glScissor was the problem! I have now set it to: With that, all the lighti…
»
Opoiregwfetags
How would I adapt the hot reloading technique used in HmH to an online game where I want to be abl…
»
Simon Anciaux
Game developers should be able to write code, draw art and compose music. Most of the time a singl…
»
Robert W. Childress
Thanks, Dawoodoz! That gives me plenty more to research and think through.
»