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.
guillaume.mirey
Okay, so I had not seen this Now I have. I guess I won't bother you guys with LOC.
»
guillaume.mirey
Well they're written pix by pix in that same language, as on the beginnings of handmade hero. It's…
»
Mārtiņš Možeiko
And once you understand that computers are so fast that you can draw pixels by hand 30 times a sec…
»
guillaume.mirey
To reiterate: I'm not dismissive of that feeling, at all. I'd very much like a real debate howeve…
»
guillaume.mirey
Thanks again for the feedback, very much appreciated. [deleting a long story] Okay so, about the s…
»
Simon Anciaux
All that being said, if you're genuinely interested in giving it a shot, I'll do my best to setup …
»
guillaume.mirey
Hey, thanks for the reply. Well, unfortunately atm there is no download. I want to setup a github …
»
Mārtiņš Možeiko
If you want to first fully iterate before doing another parallel For, then yeah - that doesn't wor…
»
Simon Anciaux
Is there a download, some docs and examples ? I'm not really searching for a new language but I wo…
»
longtran2904
The ForEach function will block the main thread until it's done executing, which means if I iterate…
»
guillaume.mirey
Hi there, I've just setup a new 'Project' in handmade network for my new imperative programming la…
»
Mārtiņš Možeiko
The linker errors happen because you're compiling win32_handmade.cpp file twice. First without use…
»
Fruitpunch
Following the series through doom emacs ran into a problem when I try compiling the code it gives …
»
Simon Anciaux
What do you mean with "vector of about 144 unit" ? Are you doing sqrt(xx+yy)? That would mean you …
»
Mārtiņš Možeiko
I don't think there is anything officially documented about it. Only whatever people have reverse …
»
Simon Anciaux
I used your header and managed to get my friend's controller working, but not out of the box. His …
»
Mārtiņš Možeiko
In my experience - whatever reflection caches is not enough. They do only very minimal stuff, so a…
»
»
longtran2904
I heard that the reflection library has some caching mechanism, so I thought every time you call th…
»
Mārtiņš Možeiko
My guess is no, there is not. But I don't know for sure. Those things provide static information, …
»
Mārtiņš Možeiko
I was not using any emulation software for PS4 controller (or xinput whatever hook dlls that trans…
»
Simon Anciaux
Thanks for testing it out. My friend that tested it didn't install the GDK but he had the gameinpu…
»
longtran2904
I'll probably run it through a profiler soon, but before that, here are some of my questions:Is th…
»
Mārtiņš Možeiko
It took me a while to figure out how to get gameinput.h & lib files - the documentation pages are …
»
Simon Anciaux
Here is the exe to avoid having to compile it. gameinput_230508.7z
»
Simon Anciaux
Here is an example with the callback. The 4th arguments of the register callback function allows t…
»
Simon Anciaux
What is needed is OpenGL support (I believe HMH first uses OpenGL 2.1 and then moves on to 3.3). I…
»
aky
Thanks for replying! So if I want to attempt to go down the virtual machine route first, do I need…
»
Simon Anciaux
Any computer should do, at least at the start. At some point OpenGL will be used which require har…
»
Simon Anciaux
I'll test that when I've got some time.
»