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.
Guntha
Hello, I presume you have one VS project for the platform-layer/executable and one project for the…
»
ratchetfreak
If you enable optimizations in your compiler it will used SIMD when it can find opportunities to d…
»
Theatrical
... This is awkward. Thank you, haha.
»
bitwitch
hey, im just now learning about 4coder and this was the first question I had as well. wondering if…
»
Mārtiņš Možeiko
Do you have these bmps downloaded? They are available in same sendowl account where you download s…
»
Theatrical
testfonts.hha test3.hha test2.hha test1.hha Those are the files generated when running the test as…
»
Mārtiņš Možeiko
Make sure assets are built correctly - check the output in data folder, it should contain bunch f …
»
Theatrical
I really hope that this is the right place to post whatever issues I'm having with the code. Every…
»
Mārtiņš Možeiko
I assume you mean glibc. And glibc has memchr. Here it is: SIMD can be used where you need to pr…
»
bewwys
Because because libgcc dosent have memchr here is my } [/code] As you can see I don't use anythi…
»
Mārtiņš Možeiko
Can you show your implementation source? glibc provides optimized string functions. That includes …
»
bewwys
Hi everyone, I'm coding a C standard library for school. When I use the bench toolkit to compare …
»
Mox
As per request of Miblo on stream, here is little write up about my debugging experience so you ca…
»
Mox
I felt like debugging today, so I took a crack at it. While I'm pretty sure Casey can find it fast…
»
ratchetfreak
I believe that VS built in can do most of the same in that regard. It's not quite as full feature…
»
mindspyke
Hi, In episodes 21 and 22 Casey implements dynamic loading of the game's dll which enables him, in…
»
Mikael Johansson
I also do all my debugging with printf. I feel I get to "know" my code better that way, and as you…
»
Oliver Marsh
At the start of the year I switched to using my mac for programming instead of windows. With it ca…
»
John Cleary
Hi, I'm on lecture 7 and am a bit confused about the stretchy buffers (SB) that get used in the pa…
»
Finalspace
Hi everyone, i made another release for you all ;-) This release contains several bugfixes, const …
»
ben morris
Great explanation. I do something very similar in my engine (). Binary serialisation is VERY fast …
»
Mārtiņš Možeiko
Not thread. That's the point of fibers - they execute on same thread as "calling" code. You basica…
»
Mārtiņš Možeiko
Alpha is needed only for source bitmap. Not for framebuffer. Blending equation used in HH uses alp…
»
Mārtiņš Možeiko
Its only undefined if you cast between pointer types with different alignment requirements. So sho…
»
Guntha
Hello, These days, for exploring or compressing/uncompressing files, I use pretty much only 7zip. …
»
Martin Skowronski
Hi, first of all, thank you for this awesome editor, great work. On Linux (CentOs 7.5) I'm having …
»
Don't apply like the herd to Human Resources departments, but rather find out who the technical di…
»
Jeremiah Goerdt
Welcome back! Good to see things moving again. I've been lurking and keeping an eye on how things …
»
bh
Raven is a fast IDE for Golang, designed to be as performant as a video game. It's written in C++ …
»
Bill Strong
Also, wasn't he preparing for Alpha? RGBA is 32-bit.
»