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.
ratchetfreak
Though you are going to want a way to stop the ticks (and stop a not yet triggered timeout) This…
»
Neo Ar
Mr4thDimentionRight now it is event driven so if you leave it sit for an hour it's CPU usage stay…
»
David Butler
I made a survey: https://docs.google.com/forms/d/e...aj3GiX3fkr9O7LlQEMiip3PQ/viewform The goal…
»
ratchetfreak
When talking about timeouts one common operation comes to mind: delayed autosave You don't want …
»
Maciek
I don't understand why you shouldn't trust the user about this. At every point in api hookup we c…
»
Martin Fouilleul
Yes you could put it that way. In the euler angles method you always rotate from an original (x,…
»
Oliver Marsh
Thanks Martin and Simon, Yes I think I understand a bit better. The banking is what prompted th…
»
Martin Fouilleul
Also, as Simon said, quaternion multiplication is not commutative, since rotations of the unit sp…
»
Martin Fouilleul
Hello Oliver, Imagine your heading is zero and your pitch is 45 degrees. Now you move the mouse…
»
Simon Anciaux
I can't help you much but according to wikipedia, quaternion multiplication isn't commutative.
»
Mārtiņš Možeiko
VS IDE does not work well with unity builds. You'll need to help it to understand how does code l…
»
Allen Webster
There's on built in way to do this right now because it is very easy for such a function to tank …
»
Anders
Hello, I've for some time now had problems with the combination of intellisense and the handmade …
»
Finalspace
I finished the change of the event handling for win32 and removed the functions fplPushEvent() an…
»
Maciek
Hey! Just wondering, if 4coder gives us access to some tick/update function? It would be very us…
»
Jeremiah Goerdt
Inspired by mindspyke's post from the other day, I decided to share my 4coder-implementation of t…
»
Simon Anciaux
Mr4thDimentionA scope with multiple dependcies is the scope... should be "A scope with multiple d…
»
Simon Anciaux
In both foo_by_byte functions: "object" should be "managed_object" on the allocation line. 1 2 3 …
»
Simon Anciaux
I don't like the big header at the top. It contains information that I would not search for in th…
»
void
mrmixerHandmade hero already does something like that. The audio function, GameGetSoundSamples, m…
»
void
I feel like this approach will make your game rendering engine not very generic. It will be tailo…
»
Mārtiņš Možeiko
I feel like this approach will make your game rendering engine not very generic. It will be tailo…
»
Mārtiņš Možeiko
Most open-source cli utilities targeting Linux have good CLI in my opinion. For me this means: 1)…
»
void
To tie back to my original question, instead of doing this: renderer.clear renderer.begin_fram…
»
Ray
Hi Guntha! Thanks for the reference to RAD tools, I checked them and CLI it's quite good also, t…
»
Jason
I was just curious to hear from others or the creator of the language how things are progressing.…
»
Guntha
Hello Ray, I remember RAD video tools for having a pretty explicit command line help. Their choi…
»
void
@ratchetfreak I don't think retained vs immediate mode is what I'm talking about here, and not…
»
Finalspace
At the moment FPL have no way to let you handle the os events directly. It just queues it up inte…
»
Ray
Hi, Lately I've been working on tools development on my new company: raylib technologies. All t…
»