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.
Taylor Robbins
Version 1.4 of Const Port has been released! This version focuses on configuration options and the…
»
Shazan
Is all previous videos of Handmadecon 2016 out. Or it won't be available due to a specific reason.…
»
Kevin Sun
Awesome, thanks guys!
»
Mārtiņš Možeiko
Yes. For example:
»
Mattie
He said he wanted to move it to the spring instead of the fall, and doing spring 2017 would be too…
»
Kevin Sun
Is that what casey said?
»
Anton Swifton
I'm going to stop working on this project for an unclear amount of time. The main reason is that t…
»
pragmatic_hero
What If I need something like N frame allocators? Something like N vertex buffers where I don't kn…
»
Mārtiņš Možeiko
Same for me on Windows for AltGr + I and U keys. They should produce ī and ū respectively, inste…
»
Enyo Enev
Well Thanks! It worked, but I had to specify a path for every file that cl.exe outputs... -Fe..\bu…
»
ratchetfreak
it was never a plan, instead the next hmcon is planned to be in spring 2018
»
Kevin Sun
Sorry if this has been asked before, but I was looking forward to going to handmade con 2017 (havi…
»
Simon Anciaux
In my keyboard layout, AltGr + B is used to output a |, but on HMN it adds the bold tags. Would be…
»
Simon Anciaux
You don't cast the block to the layout/struct. What we want is to store the game_state struct at …
»
Alex Baines
Hi, I'm more used to GNU make, but I think something like this should work for nmake: ..\build\wi…
»
Sander Boer
Hi, I just signed up for the super user patreon and downloaded the build, did some tinkering with …
»
ratchetfreak
when uploading to opengl/directX/... you can allocate a buffer and map that into memory. Then you …
»
Farhod Miralimov
Hi all, I'm having a little trouble understanding the concept of preallocating a block of memory, …
»
Enyo Enev
I'm reaching here for help because I have wasted couple of hours in trying to accomplish this very…
»
Simon Anciaux
Thanks. That's the behavior I want. Maybe I should rephrase that in the main post. The idea is th…
»
ratchetfreak
For hotswapping you can use a indirection table. With dlls each call external to the dll jumps to …
»
Manish
Yea, that's a nice optimization. I will try that!
»
Mārtiņš Možeiko
Maybe quick broadphase can help you. Calculate AABB of polygon, and then do quick test for line se…
»
Manish
Thanks for quick reply. There is only one polygon with maximum 32 vertices. I have close to 10k li…
»
pragmatic_hero
So I've been thinking for quite a while on feasibility of creating a always running, compiled, str…
»
Mārtiņš Možeiko
Usually that is good enough. Is that slow for your use case? How many polygons against do you have…
»
Mārtiņš Možeiko
That's exactly my point. "k" is much more important once you start compiling real code instead he…
»
Manish
Is there is a quick way to find the intersection point of a line with a given polygon. Polygon ve…
»
pragmatic_hero
So what's being done in the ? 500ms is a looong time. Reminder: it's hello world app. It would be…
»
sam_windell
Thanks for the suggestion about the font loader interface. Just to update this thread in case othe…
»