You know, There's a good reason we promote personal software projects on this website. After all t…
0x2329 —
I'm new here, but I'll give the question a stab. My day-to-day work consists of writing a lot of P…
As pragmatic_hero amusingly suggests :') it's best to take a pragmatic approach to all of this. Th…
Todd —
Hey I know C++ sometimes gets a bad rap with all of the stuff being poured into it, but at least …
Todd —
Thanks!![/quote] I've always thought, if you can make a decent project at home, you probably have…
Thanks, it's nice to hear that people are having the same negative experience of not getting a sof…
At work i am still dealing with all the of the modern C++ bullshit. We use many C++ 14 & 17 featur…
Hey Todd - Sometimes, when I get stunned by tech decisions at my job (I work web-related), I watch…
Some of you fellas make it sound like the is the second coming of Jesus - it isn't. Creation of J…
Todd —
(maybe a member here???) has sort of aggregated a lot of Casey's rants and I've watched most of t…
Todd —
Thanks again Casey for doing this. You really went above and beyond to help the community, above-a…
With a pointer back to this forum for discussion. 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: I've heard about AOT, but that's it. I prefer native so I have no reason to do it. …
Oh yes you can - Typically for these devices you do AOT instead of JIT. Ahead of time compilatio…
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 s…
Todd —
Nice, if you guys need any help let me know, I'd love to contribute to that... Although I'm not 10…
Todd —
It's more complicated than that. But I'm willing to explain because I recently whiteboarded this …
Neo Ar —
Yeah we'll be using Linux. I believe Milton uses some SSE intrinsics; popcorn tried building it on…
What does get it "running on RISC-V" means? First it needs to run some kind of OS, right? If it ru…
Neo Ar —
Yeah I will be playing with the hifive1 on the series :) I'd like to keep what we do with it on th…
I'm afraid I have to agree with you :) These are things we have on our todo list for post-v1 featu…
Laurie —
Hey. I was wondering if it might be possible to set up a resources section on the website, which w…
It really depends on how you define 'handmade' when it comes to specific programming mechanics, re…
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 u…
C# by doesn't export native functions. You won't be able to load it from native exe and call C# fu…
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'l…