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.
nakst
First, initialize COM, and create the imaging factory. You'll need to include the following header…
»
Dawoodoz
Don't forget to test your implementation on many computers, because OpenGL driver developers may j…
»
Meerkat
I have built game source code 601 and have been using art assets 536. However, the game does not s…
»
Dawoodoz
Yes, I had that problem too. Then I tried changing again after a few hours and it worked.
»
Simon Anciaux
I believe changing the delta rule hook is what you're looking for (I'm not sure). Look in 4coder_d…
»
Jason
I just downloaded the latest 4coder (4.1.6) and some of my code stopped working. More specifically…
»
Simon Anciaux
There are , you can also search for stb stretchy buffer. One thing that is also possible is to res…
»
Nimbok
I realize it's been over three years since you posted this, but I wanted to say thanks. It helped …
»
Dmitry Gorevoy
Hello everyone! Just wanted to ask if there is a way to speed up panel scrolling speed (when goint…
»
ppbitb
Ah, thanks a lot for the pointer, it probably saved me a lot of time.
»
Rémy Roy
I've had issues with sleep not being quite accurate as well on my system. I think Casey offered so…
»
ppbitb
Hi there. I am working on day 19 and trying to improve the accuracy of sleep to reach 30 FPS. Case…
»
Vjekoslav
Hi. What's your solution when you need contiguous storage for data, but you don't know the size ah…
»
S
By all means I'm open to any and all corrections, English isn't my first language.
»
S
You are welcome, I hope its of use. Nice intro, will wait until more corrections come up and add t…
»
Jason
Alright so this is completely baffling to me. I cloned a fresh master branch from milton's github.…
»
x13pixels
I don't have an immediate answer for this. I'll have to grab a copy of Milton and see if I can rep…
»
x13pixels
I did not, sorry. Looks like that property is valid for Windows 10 v1607 and later but you can hav…
»
Martin Dorazil
Hi, there is new BL version 0.6.0 out for testing. Release notes:Add implicit cast from array to …
»
Martin Dorazil
I made short video about simple game I'm working on...
»
Simon Anciaux
Thanks for taking the time to write this. I agree with KevinM, some places could use some proofrea…
»
KevinM
Hey, thanks for sharing this. Maybe add an intro paragraph like: Also, the first link is wrong, i…
»
ratchetfreak
though that can be as simple as a class per interface where each function is a native function wit…
»
Arnon
Look allright to me. Nice work! :) (Now make the full cube and not just 2 squares...:P )
»
Vjekoslav
The way I imagined it is, instead of having queue of jobs I would have a queue of sleeping thread…
»
Marc Costa
It just seems that you have too many jobs being added to the queue and not enough being removed. T…
»
Marc Costa
Well, you could send all Entity data to the GPU and change the data offsets in to account for tha…
»
Simon Anciaux
I would like to reiterate thatYou really should try asking Allen or people on discord about this a…
»
Simon Anciaux
Wouldn't you still need to queue jobs for other threads to be able to pick them up when they are …
»
Mārtiņš Možeiko
I have such repo too: With bat file for building. The disadvantage of going this route is that yo…
»