Handmade Network»Feed
drjeats
[EDIT] Moving the results (and updating them) to the first post[/EDIT] Thank you so much everyon…
»
Todd
What type of "assistance" are you looking for? Just curious because I like OS stuff and I'll have…
»
Allen Webster
Yep the current support for other languages is very experimental and Rust was the test case that …
»
Benno
oh, and by linux i mean debian 'stretch'
»
Benno
Hi, just wanted to report that when i open a rust file (.rs), and enter # + any alphabetic chara…
»
Simon Anciaux
But at that point wouldn't it be simpler to use shader files and load them at run time ? Edit: T…
»
Simon Anciaux
I use 4coder line wrapping so it's displayed as 4 but the file doesn't get any new lines. When I …
»
Neo Ar
I tend to do #1 or #3 and usually only if it is over 80 chars as a single line
»
Neo Ar
I think what Telash is proposing essentially does specify the upper-bound. A "v7" on modern platf…
»
Raytio
Good write up. Thanks for laying this info out. I hope we can get things like archived someday …
»
Asaf Gartner
I usually do #1 when there are lots of arguments or when I want to comment on one or more of the …
»
Mārtiņš Možeiko
I use combination of 4 and 5. I don't align arguments much, but I group them depending on what th…
»
drjeats
Thanks guys! Watch me make a languages with tuples, but no sized arrays type..jk. xD I'm not ce…
»
Oswald Hurlem
1. Unless the arguments lend themselves to obvious groupings, such as 1 2 3 4memcpy( SourceBu…
»
Mikael Johansson
I always do nr4. Nr3 is fine to. The rest looks weird to me.
»
drjeats
Hey handmade friends, just a survey: How do you like to split your function calls onto multiple …
»
nakst
I don't have any plans for writing/recording tutorials, sorry. If you're interested in OS develop…
»
Mārtiņš Možeiko
Right, it doesn't :( 4coder is too smart, I guess it recognizes C++11 raw string literals. Maybe…
»
Alejandro Martinez
Is an interesting and tricky question that I felt just like dropping my 2c because I quite like t…
»
Mikael Johansson
About v32 = -1024 -1024 is the same as 4294966273 on a 32bit int. So it just store it as 4294966…
»
Simon Anciaux
Will you document the process with explanations (text or video) ? I would really like to know how…
»
»
Laurie
Thanks for all the interesting thoughts on this. ratchetfreak Part of what make type systems har…
»
ratchetfreak
I wouldn't mind if my history of opengl vertex data post ended up in there. It's half the reason…
»
Abner Coimbre
godratio These kinds of post and writes up should be put somehwhere along with the learning mater…
»
Abner Coimbre
Writing this feature request based on Ray Garner's suggestion. Basically once we have our markdow…
»
Mārtiņš Možeiko
Maybe this will fix 4coder indentation issues in Handmade Hero code with C++11 raw string literal…
»
nakst
Maybe in the future. The MBR/BIOS bootloader is working fine for now, as far as I can tell. I wan…
»
Mārtiņš Možeiko
If few last episodes Casey has been struggling to use uniform locations/outputs in more efficient…
»
Raytio
These kinds of post and writes up should be put somehwhere along with the learning materials bein…
»