Jason —
Okay. I did a quick search on the github page and didn't see anything so I posted it as a bug repo…
Have you try launching the game from Visual Studio and see what's causing it to close ?
I believe that's a bug, but I'm not familiar with the get_xxx_input API. Try filling .
spx —
Thanks for reporting this, seems this may be initially caused by stb failing to load this particul…
rope_ —
I was in the middle of changing the ui font when the application crashed. I can't remember which f…
nakst —
First, initialize COM, and create the imaging factory. You'll need to include the following header…
Don't forget to test your implementation on many computers, because OpenGL driver developers may j…
I have built game source code 601 and have been using art assets 536. However, the game does not s…
Yes, I had that problem too. Then I tried changing again after a few hours and it worked.
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…
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 …
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.
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…
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.…
I don't have an immediate answer for this. I'll have to grab a copy of Milton and see if I can rep…
I did not, sorry. Looks like that property is valid for Windows 10 v1607 and later but you can hav…
Hi, there is new BL version 0.6.0 out for testing. Release notes:Add implicit cast from array to …
I made short video about simple game I'm working on...
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…
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 )
The way I imagined it is, instead of having queue of jobs I would have a queue of sleeping thread…