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.
da447m
Thx Martins, dumb me I searched CTRL-F
»
Mārtiņš Možeiko
There can be only one "main" entry point in executable. simple_preprocessor.cpp is compiled to sep…
»
da447m
I'm back at taking a look at the code, so apologize if this is clearly explained somewhere. I noti…
»
Macoy Madson
This article is mirrored on my blog. I'm writing a linker. It's an unusual linker. It's focus is n…
»
Gaurav Gautam
This is a nice exploration, but its not really at the level that I want to reach. For example, I w…
»
Gaurav Gautam
I saw after posting that these episodes exist. Ill keep going till I reach them.
»
Gaurav Gautam
imgui also has a web demo based on wasm that work inside a canvas using emscripten. But I would ra…
»
Mārtiņš Možeiko
I would look into how textures are handled in HH code - and do meshes similarly. Textures also hav…
»
clivi
Hello I was wondering how complex meshes(with a lot of vertices) could be handled in a nice way in…
»
pkzip
You are definitely NOT talking non-sense. I dream about developing the kind of UI code you descri…
»
Simon Anciaux
I don't know about webassembly but programming simple UI controls isn't that hard. Casey does a li…
»
Mārtiņš Možeiko
visa-viz was made for last Handmade Network "Wheel Reinvention" Jam. Forum topic on it: Website …
»
Gaurav Gautam
I have been working on HMH videos (I'm 40 hours in now), but I did not come here with the goal of …
»
x13pixels
(Brought to my attention by @thebigfox) Looks like this already exists in WinDBG: Per gives some …
»
Jason
Also, to make sure I'm understanding everything correctly: Within the SDK if I look into the inclu…
»
Jason
Ya, after looking at the SDK it definitely seems like a good thing to use for a beginner. Thanks f…
»
Mārtiņš Možeiko
SDK gives prebuilt/ready to use validation layer binary. Which is very very useful. You should alw…
»
Jason
Thanks for your input. After skimming through the vulkan-tutorial.com website it states that the S…
»
Abner Coimbre
I did some Vulkan work during the pandemic (see here) and mastered the basics. I learned from vulk…
»
Mārtiņš Možeiko
Probably because these videos have unusually long length compared to previous ones, the YT encoder…
»
Jason
So it's looking like I'll have to start trying to toy around with vulkan and at least get things w…
»
Asaf Gartner
This happened before a few times. Usually youtube sorts itself out after a while.
»
Finalspace
In the latest recordings of handmade 650 and 651 on youtube, the videos have very bad quality (360…
»
cl777
Ah, finally it works! I dug around so long but missed the issue. Thanks a lot for your help.
»
Simon Anciaux
You need to add .path = in front of the paths: There is an issue on github about that.
»
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…
»