I think it essentially follows the ECS architecture, but I have proposed it (with the code in the…
This smells a lot like an ECS. Are you following that architecture at all? It would be pretty cool…
If you read , you'll know that I was having significant issues with the game's entity system in th…
Brian —
Pretty much the one thing I took away from my first job was that employers who are searching for c…
mmozeiko, pervognsen, osiyuk Thank you all for your helpfull answers++. Yes, I know, and so this …
If yes, what kind? I so far plan to add small built-in test framework (ala 's sections) And genera…
Chen —
Hopefully something comes up :). A couple things I would say is that I agree with Abner of possib…
Maybe, though I don't notice this personally, as different youtubers have different default volume…
Why are you using "(1 << 24) + 8"? Values over (1 << 24) are reserved for built in maps like mapi…
I need to max out the volume sliders to be able to hear Per clearly. BTW, Great project and I've l…
Hi Chen, Hopefully something comes up :). A couple things I would say is that I agree with Abner o…
Chen —
That sounds awesome, I can't wait for the next blog post. By the way, this project's status is sti…
Hello, I really enjoy this, but, I liked the long form stream a lot more, even if you don't talk t…
"Use of indices/handles for most things, IS a matter of workflow. It simplifies serialization, and…
"You mean tank->vehicle->movable->entity? Or tank.vehicle.movable.entity?" Well, yes, and no. That…
I just tried making a map with a custom value (the value that I am using for the custom map is 0x0…
Hi there, fellow Handmade enthusiasts! Today is the official closing day of HoC, a project I have …
But yeah, this is the reason I don't use Wayland. People are saying this is the future for last d…
Technically its not that wayland supports X11 api. What it does, it launches new real X11 server u…
Chen —
Hi Brian. I have no clue. I always just followed the submission process online and click "apply".…
I used to be in the space industry, and when I went to my first GDC last week, I noticed a few th…
Brian —
Greetings Chen, Do you know who is rejecting you? As in, are you even getting passed HR? Unless …
Chen —
Wow that's sick, I'm definitely going to try it out. On a side note, If Cdbg is coming back, shoul…
The library (x11linux branch) is now fully C99 compatible and does not use any C++ features anymo…
Chen —
Hi all. I am currently a college student in the U.S. who is about to graduate. I apply myself to l…
Yep! You don't have to do anything special to register your own maps except you need to make sure …
Ever wanted to draw shapes on top of your shapes? Well, now you can, with the all-new Geometer! Pr…
Hello, I know that there are the built-in values for Map_ID, but is it possible to create new ones…