We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Vee900
Hi folks, I'm relatively new to 4coder.Loving it so far. However I'm still not sure of how to na…
»
Oswald Hurlem
Hello :)
»
Per Vognsen
First post on our new forums here on Handmade Network! I'll shut off comments on YouTube and fun…
»
Mikael Johansson
HawYeah If I understand this correctly, you have (in my case) the positions stored in special ent…
»
Finalspace
mmozeiko Both. Okay thats weird, so it may be some stupid thing on my machine (Ubuntu 17 x64 wit…
»
»
Finalspace
mmozeiko No crash for me. Window is opened, closed and app shuts down cleanly. The FPL branch or…
»
Mārtiņš Možeiko
What is rawInputData? Do you have at least dwSize bytes allocated for it?
»
Andrew
Basically, I get a buffer overrun error when using raw input with win32. I have a RAWINPUTDEVICE…
»
HawYeah
Telash How about this?: maxNumberOfEntitys = SOME_VALUE struct entity { //Stuff ALL entitys us…
»
Chen
pragmatic_hero Great work as always. Using approximation/simple shapes seems very sensible. Than…
»
Mikael Johansson
Agreed. Only issue I have with indices is that they produce alot more code. When you make interee…
»
Mārtiņš Možeiko
No crash for me. Window is opened, closed and app shuts down cleanly.
»
pragmatic_hero
Great work as always. Using approximation/simple shapes seems very sensible.
»
pragmatic_hero
That's good! Indices over pointers though: 1. Takes less space, can be 16bits (65536 entities co…
»
Mikael Johansson
How about this?: maxNumberOfEntitys = SOME_VALUE struct entity { //Stuff ALL entitys use. Like…
»
Finalspace
mmozeiko Branch is not building for me. "make DEBUG=1" gives me "g++: error: fpl_imgui.cpp: No s…
»
HawYeah
Ahh okay, I probs should have been more clear but I am reusing in the above examples. I think i k…
»
Mārtiņš Možeiko
This most likely means memory corruption. You (or some library call you called incorrectly) corru…
»
Finalspace
Okay this is really confusing. I put the code into a main.cpp compiled it and it run without any …
»
Jeremiah Goerdt
mmozeiko Btw you don't need to start with QAbstractItemModel and QTreeView. That's required only…
»
Finalspace
mmozeiko Not sure, but could be. XCreateColormap accepts pointer to visual, so it could potential…
»
Mārtiņš Možeiko
Btw you don't need to start with QAbstractItemModel and QTreeView. That's required only to have …
»
Mārtiņš Možeiko
Not sure, but could be. XCreateColormap accepts pointer to visual, so it could potentially store …
»
Finalspace
mmozeiko Here's my example that works without segfaults: https://git.handmade.network/snippets/20…
»
Jeremiah Goerdt
mmozeiko I did QTreeView approach in my RcloneBrowser: https://github.com/mmozeiko/RcloneBrowser/…
»
Mārtiņš Možeiko
I did QTreeView approach in my RcloneBrowser: https://github.com/mmozeiko/RcloneBrowser/ It quer…
»
Jeremiah Goerdt
ratchetfreak If going Qt table then go with the QTreeView (so you can expand structs out) and imp…
»
ratchetfreak
If going Qt table then go with the QTreeView (so you can expand structs out) and implement a QAbs…
»
Jeremiah Goerdt
Working on the watch window has been pretty simple so far. I tried out an idea for tables-within-…
»