As pragmatic_hero amusingly suggests :') it's best to take a pragmatic approach to all of this. T…
Todd —
strangezak At work i am still dealing with all the of the modern C++ bullshit. We use _many_ C++ …
Todd —
popcorn Thanks, it's nice to hear that people are having the same negative experience of not gett…
Thanks, it's nice to hear that people are having the same negative experience of not getting a so…
At work i am still dealing with all the of the modern C++ bullshit. We use _many_ C++ 14 & 17…
Hey Todd -
Sometimes, when I get stunned by tech decisions at my job (I work web-related), I wa…
Some of you fellas make it sound like the *Handmade Way* is the second coming of Jesus - it isn't…
Todd —
This User (maybe a member here???) has sort of aggregated a lot of Casey's rants and I've watched…
Todd —
Thanks again Casey for doing this. You really went above and beyond to help the community, above-…
With a pointer back to this forum for discussion.
Handmade Hero Career Stories
- Casey
Laurie —
Great to know that something like this is in the works! I've been very impressed with what you've…
Todd —
Hence I said:
Todd *I've heard it's possible to actually pre-compile C# code into actual machine…
Todd Because of the bloat required to run the CIL/C# code, for example, you cannot program small …
Ah, I see. Not sure why though - I understand its all OpenGL rendering now.
Todd —
Meh. I was going to comment, but see Casey's rants on Handmade Hero for my feelings, pretty much …
Todd —
Nice, if you guys need any help let me know, I'd love to contribute to that... Although I'm not 1…
Todd —
popcorn Aww, that would of been really awesome if you could but I guess you just can't have one p…
Neo Ar —
Yeah we'll be using Linux. I believe Milton uses some SSE intrinsics; popcorn tried building it o…
What does get it "running on RISC-V" means? First it needs to run some kind of OS, right? If it r…
Neo Ar —
Yeah I will be playing with the hifive1 on the series :)
I'd like to keep what we do with it on …
I'm afraid I have to agree with you :)
These are things we have on our todo list for post-v1 fea…
Laurie —
Hey. I was wondering if it might be possible to set up a resources section on the website, which …
It really depends on how you define 'handmade' when it comes to specific programming mechanics, r…
Tom —
You pretty much described my "tech-stack" at work Todd. The bulk of my programming time is spent…
Aww, that would of been really awesome if you could but I guess you just can't have one part not …
C# by doesn't export native functions. You won't be able to load it from native exe and call C# f…
Hmm, can't you just create a DLL in C# with the respected DLL name and run with the Handmade hero…
Hey, thanks to both of you for help! :)
I looked at MonoGame and it seems like a thing for me. I'…
There are three sources of memory:
- Static
- Stack
- Heap
Static memory is allocated for you by…
POST CODE!
glBegin/glEnd are not *slow* (remember you can draw multiple primitives with one glBe…