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.
Simon Anciaux
Thanks for the post. It was interesting to see that you have similar issues than I did and someti…
»
Dawoodoz
In VB .NET, reallocating an array while one of the elements is passed by reference gives a run-ti…
»
Dawoodoz
I use the ini format (one assignment per row between key and value) for sprite maps in C++, becau…
»
Miles
OliverMarshDo c# & java keep the reference updated in the case the array reallocs? Is this a…
»
C_Worm
Allright! thanks for clearing that out for me! :)
»
aspiring_dev
Arrow icons are barely legible, as are the line numbers in the source window, and changed values …
»
Dawoodoz
I would still stick with basic gamma curve and white balance, because it will always look natural…
»
Mārtiņš Možeiko
You can store array as pointer to struct { T* data; int length; ...} - this way even if data chan…
»
Oliver Marsh
I was wondering what's the best way to avoid storing pointers as references into the array, as th…
»
x13pixels
Thanks Aiden. I can take a look.
»
Clay Murray
Cute Exporter has been exporting the metadata about the texture atlas as a json file. This was be…
»
Ryan McQuen
It's nice having a pre-made .desktop file so that you can easily copy that to ~/.local/share/appl…
»
Martijn Courteaux
SilverNode devlog #002 is out! In an attempt to have a broader photo set, covering more types of…
»
Jens
I was just going to make a small post regarding the BEdit UI system as a response to Simon Anciau…
»
Simon Anciaux
The double backslash is to escape an single backslash in a string. In this case it's just to have…
»
Mārtiņš Možeiko
\\ is because you want to put \ in string. You need to escape it when putting in C string. So "\\…
»
Aidan
When a function pointer that has been corrupted is called, remedybg doesn't break at the calling …
»
C_Worm
on msdn they have a "print all files in the directory" example and they say that they "prepare" t…
»
Simon Anciaux
Thanks. The GUI is custom code, but I wouldn't call it a library.
»
John
Looks fantastic, couldn't expect anything less from you Simon! Is that a custom GUI library of yo…
»
Simon Anciaux
Thanks.
»
Jens
Hmm... I was going to write an answer here but it would be a bit on the lengthy side :D In short …
»
albatros
sweet !
»
Simon Anciaux
Here is a short video of a profiler I'm working on.
»
Abner Coimbre
Sounds like a reasonable plan.
»
spaskeasm
AbnerCongrats! You mean you're going into a graduate degree now? Thank you! One more exam left. …
»
Simon Anciaux
Why can't you do the layout of huge file ? Is it a memory or a performance issue ? Assuming the b…
»
Abner Coimbre
Congrats! You mean you're going into a graduate degree now? spaskeasmDude, is this from that Vul…
»
Jens
There's a time in every project I've worked on where the TODO-list grows faster than it shrinks a…
»
spaskeasm
Abner 1 2 3if (!tinyobj::LoadObj(&attrib, &shapes, &materials, &warn, &err, M…
»