This most likely means memory corruption. You (or some library call you called incorrectly) corru…
Okay this is really confusing. I put the code into a main.cpp compiled it and it run without any …
mmozeiko
Btw you don't need to start with QAbstractItemModel and QTreeView. That's required only…
mmozeiko Not sure, but could be. XCreateColormap accepts pointer to visual, so it could potential…
Btw you don't need to start with QAbstractItemModel and QTreeView. That's required only to have …
Not sure, but could be. XCreateColormap accepts pointer to visual, so it could potentially store …
mmozeiko Here's my example that works without segfaults: https://git.handmade.network/snippets/20…
mmozeiko I did QTreeView approach in my RcloneBrowser: https://github.com/mmozeiko/RcloneBrowser/…
I did QTreeView approach in my RcloneBrowser: https://github.com/mmozeiko/RcloneBrowser/
It quer…
ratchetfreak If going Qt table then go with the QTreeView (so you can expand structs out) and imp…
If going Qt table then go with the QTreeView (so you can expand structs out) and implement a QAbs…
Working on the watch window has been pretty simple so far. I tried out an idea for tables-within-…
Here's my example that works without segfaults: https://git.handmade.network/snippets/20
I think most games just don't have a lot of independent entities with complex logic. At most it w…
Vkar —
Funny thing, this is still more flickery (but of course better) then my old solution with 16 fixe…
Vkar —
Hi,
I think the Random Code is serverly busted.
We start with
1
2
3ComputeLightPropagation(light…
I got X11 with GLX working, but as soon as the application exits, there is a segfault coming from…
Hey guys, I've been working on my tower defense game for a bit, and as I have been adding feature…
teryror Telash I prefer the one from Corne.
Same here.
Also, where can I apply for a job? :P
…
Chen —
echelon0 Really enjoyed reading this one, I'd like to see how you end up optimizing your collisio…
Quick news!
Per Vognsen announced a project that, in my estimation, could not be more handmade.…
Telash I prefer the one from Corne.
Same here.
Also, where can I apply for a job? :P
Alex —
Really enjoyed reading this one, I'd like to see how you end up optimizing your collision in thos…
Telash I prefer the one from Corne.
Thanks :-)
I prefer the one from Corne.
I'm starting a company once I move back to Nebraska and it will need a logo. I've been refining d…
Chen —
What happened last time … performance issues
So we got collision working, but its performance is…
Hey, everyone!
My first live programming stream has been announced! The initial few streams will…
About a year ago, I wrote a blog post in which I discussed my change of heart regarding the way I…