You'd better ask on the 4coder discord as Allen doesn't come here often and that part of 4coder is…
Indices are the easiest to debug, but the problem with indices is that you have to update them if …
Hi everyone, I'm trying to lunch 4code from WSL , however it gives me this error: ALSA lib confmis…
clivi —
Ok that sound smart but how would you actually refer to the meshes? Would you use a index or some …
You can add In either custom_layer_init (not sure, as the initialze code might overwrite that sett…
Let the pure graphics engine have basic models with one set of triangles per material (one per dra…
Is it possible to run the command "supress_mouse" on startup. I guess this could apply to any comm…
Thx Martins, dumb me I searched CTRL-F
There can be only one "main" entry point in executable. simple_preprocessor.cpp is compiled to sep…
I'm back at taking a look at the code, so apologize if this is clearly explained somewhere. I noti…
This article is mirrored on my blog. I'm writing a linker. It's an unusual linker. It's focus is n…
This is a nice exploration, but its not really at the level that I want to reach. For example, I w…
I saw after posting that these episodes exist. Ill keep going till I reach them.
imgui also has a web demo based on wasm that work inside a canvas using emscripten. But I would ra…
I would look into how textures are handled in HH code - and do meshes similarly. Textures also hav…
Hello I was wondering how complex meshes(with a lot of vertices) could be handled in a nice way in…
You are definitely NOT talking non-sense. I dream about developing the kind of UI code you descri…
I don't know about webassembly but programming simple UI controls isn't that hard. Casey does a li…
visa-viz was made for last Handmade Network "Wheel Reinvention" Jam. Forum topic on it: Website …
I have been working on HMH videos (I'm 40 hours in now), but I did not come here with the goal of …
Are you watching the Handmade Hero series? That is where you can learn what you want. If you are h…
(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…
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…
I did some Vulkan work during the pandemic (see here) and mastered the basics. I learned from vulk…
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…
This happened before a few times. Usually youtube sorts itself out after a while.