Todd —
mmozeiko, Thank you for that info. I put that memory address in there just as an example, I am awa…
Let me preface this by saying it's not a bad design, but I think improvements can be had. While I …
One of the causes of being fill-rate limited is pure memory bandwidth. In other words you are tryi…
Ray —
Hi mmozeiko! Thank you very much for your feedback! :D Sorry, I don't know much about cryptography…
Nuno —
Hi Since handmadecon that live streams are not saved in twitch anymore, I used to follow the pre-s…
What does "RSA" means for crypto type? You cannot encrypt arbitrary large data with rsa. You typic…
Ray —
By default, raylib supports the following file formats for resources: Since raylib 1.0, I also add…
Jesse —
What are your frame timings like?
+1 for AssImp. I only use it for asset pipeline stuff though, to output my own custom format for …
Hi all, This is entirely unrelated to HMH, but there's enough collective knowledge here that perha…
Last summer, when I was down in Florida for a NASA internship, I was challenged by my housemates t…
Yes, that's exactly how it works right now. As always though, I dunno what that means in terms of …
We need some sort of reputation or upvoting on these forums. You're a bamf mmozeiko
Thanks for letting me know you miss it, I'll put it in the TODO list for sometime in the coming ve…
I want to share how cool 4Coder is with my Japanese co workers but when I open a source code file…
Jesse —
Thanks mmozeiko! Thank you for the correction and explanation. I made the simple change of moving …
Thank you for this great answer, Mārtiņš, I very much appreciate it and it explains everything …
Remember that C preprocessor is dumb text replacement, it doesn't care about C semantics it just r…
Hey all, I just watched the episodes on fonts, and decided to implement Sean's truetype in my Delp…
Your code assumes notepad memory will be always located in address 0x1DB1725D600 and 0x1DB17214AA0…
Todd —
I'm trying to make a program which writes and reads to the notepad memory directly. Unfortunately,…
Shazan —
Like what book or source can you provide any guidance I prefer to work with CPU first then GPU s…
You are comparing a bit different implementations. This is not a fair comparison. For example in "…
Kapsy —
Hey Ray I'm in Japan too! Gimme a shout sometime at shinobinz(at)gmail(dot)com. Apologies for the …
Jesse —
Here is an example of a simple C(++) byte stream parser (for a subset of the OpenGEX format) showc…
Raytio —
I am in Japan and yes I second the UTF-8 support is a big time feature. I want to share how cool 4…
Raytio —
Awwwww ok. Well you should get them back in their as soon as you can. I know you meant this as a …
Todd —
Wow thanks for that explanation, that was perfect! It all makes sense now! Definitely would be int…