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.
Simon Anciaux
[offtopic] I worked around my build issue by moving the 4coder folder to a different hard drive. …
»
Sokus
Okay, I played with it a bit more and sq_goto_next_jump works just as the original, I created a j…
»
Sokus
My file structure looks like this: 1 2 3 4 5 6 7 8 9 10 11 12 134coder (root folder) c…
»
Simon Anciaux
What is the structure of your 4coder folder and custom code folder. I tried to compile your code…
»
Sokus
The command lister did list sq_goto_next_jump, although it surprised me it was already bound to a…
»
Simon Anciaux
Also depending on what you want to do, 4coder provides some function to draw things. Look into 4c…
»
Simon Anciaux
If you use the command lister (default is Alt + x) does it list a keybinding for sq_goto_next_jum…
»
Sokus
Custom command I created got assigned to a key without me specifying it. I am trying to get new f…
»
Mārtiņš Možeiko
Using glfw or any other library does not require anything special in 4coder. As long as you have …
»
Riana
I don't have to use Cmake. I just want to be able to say #include <GLFW/glfw3.h>.
»
Simon Anciaux
The preferred way of compiling the custom layer is to use the script files in the custom/bin fold…
»
Riana
I have just started using 4coder today and I want to know how I could set it up to work with Cmak…
»
spx
TorquePentagramI have returned to work on c++ project. I have some problems with codeclap 0.9.7.1…
»
longtran2904
But making an ISA for gpu and cpu would only solve the first one, it wouldn't help other hardware…
»
ratchetfreak
1. you don't talk to gpus directly, instead you talk to the gpu driver through a standardized API…
»
longtran2904
I've just watched "The Thirty Million Line Problem" and there's something that I haven't understa…
»
wakame
Thank you very much for answering such a noob question!
»
Mārtiņš Možeiko
Visual Studio does not care about Intel vs AMD cpu. Its debugger will run exactly the same on any…
»
wakame
Hi, I'm not sure if this is the right place to ask, but I'm planning to buy a new PC, and I'm th…
»
nakst
longtran2904What about quaternion? What advantage does quaternion have over a vector3? Let me …
»
Simon Anciaux
As ratchetfreak said, if VirtualAlloc fails you can't do anything. You could print a message to t…
»
Simon Anciaux
I don't know much about PE headers, but I inspected 6 executables (with this tool, which I don't …
»
ratchetfreak
HMH's memory strategy is structured around a few big allocations of reasonable size up front. If …
»
MundeRaG
Hello, I recently started following handmade hero and am finding it really helpful and invaluabl…
»
Macoy Madson
It has been a while since I last wrote an article. Last month, I left my previous job after six y…
»
Halarious
By unusual I meant for example stripping the CRT, or it may indeed have to do with not having mai…
»
Simon Anciaux
Thanks for the reply. HalariousAnd if you compiled it in an unusual way... What do you mean by …
»
Halarious
Hey I work in security, so regarding your last question I think yes you might have just gotten un…
»
TorquePentagram
I have returned to work on c++ project. I have some problems with codeclap 0.9.7.1 (mainly with i…
»
Ahh
The lesson given here, https://hero.handmade.network/episode/code/day011/#2048, describes the pro…
»