Den V —
I've seen many instances where people say that "class" and "struct" are the same. But when testin…
It's been over a month since the last video was posted. I think there's supposed to be 2 more? Are…
Well I'm thinking about setting up a feature to fill new header files automatically. However havi…
Its something I have picked up for include files to be aware of looping dependencies, can help com…
That's exactly what I did :)
Really nice implementation. I might rip some of this and make an official version of this soon be…
Thanks a lot for the feedback! I'll respond to some of the things I can most clarify and the bugs…
Shazan —
Thanks for the info. And any theory to learn or should I just make tunes. And did Casey made handm…
Hey, I thought it would be useful to do a little write-up after using 4coder for about 3 months. T…
I like the style of your devlogs. It's a nice change from the norm. I'm also curious to see where …
So, as I promised, I want to start showing the core libraries of the engine. I am not releasing li…
so I tend to agree with gb on this--generics (as found in c#, hindley-milner, etc) are one thing,…
graeme —
fwiw i think c++ makes two mistakes--1) thinking types are hard to reason about, and treating them…
The code is pretty messy, and I didn't check to see if you already had string operations somewhere…
Maybe. ;) I'm still considering it and I'm finding some holes in the mechanic, unfortunately; a go…
Ah, that was something I cut. Wirmpht generates prototypes for procedures, forward-declares struct…
For sound effects, check out BFXR For music, give Bosca Ceoil a try Both are basic but simple, a…
Hey everyone, I just recorded a series of several installments of the Cipher Drive project, the fi…
Arrived here for the same reason of the OP. Finally resolved using the start in combination with t…
I don't think full-on code generation is the right choice for the simple things like generic conta…
If you can do you web programming in C, then Odin is even better for it. The problem is that Odin …
That idea of faking generics is quite clever and would be good enough to solve most problems that …
naej —
Hey just wanted to say I'm finally picking up this series again after buying source code over a ye…
xel —
Thanks for sharing, I found this useful. Could you elaborate on how this tool you're making solves…
I just watched it. Trying to turn everyone into synethesiasts? ;-) Interesting game mechanic, inde…
Hey everyone! I just recently uploaded the third game devlog. I didn't get a whole lot done, as li…
Web dev isn't so bad if you have a team of ~3 people. Then one person can just do javascript/css/h…
good call. I may need to also create a test galaxy sector where it is obvious if things are right…
So I just stumbled onto ... It basically shows that go uses a trait bundle (which they call type …