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.
Hobey1
I made a song parody about quaternions this afternoon: I was inspired by the talk Casey gave 6 ye…
»
Simon Anciaux
It looks OK, but I didn't spend a lot of time thinking about it. I'd suggest that you search the f…
»
Gaurav Gautam
Hello, I have been trying to get the long audio synchronization stream of day20 down for a while n…
»
x13pixels
A new release of RemedyBG, 0.3.8.6, is now available for download on itch.io. New FeaturesAdded th…
»
Gaurav Gautam
I know there are lots of people who don't like chrome. But as a web developer I have to use it as …
»
Mārtiņš Možeiko
Kernel internally has "tick" rate on which it updates specific things like sleeping/waiting thread…
»
Gaurav Gautam
Hello, I was looking through the day18 code again and checked some of the docs regarding Sleep an…
»
longtran2904
I think highlighting an index with a range inside an array is enough. It can be a string (char arr…
»
x13pixels
longtran2904, I needed something similar recently where I wanted to highlight a range in a single …
»
Mārtiņš Možeiko
There's issue related to this here: The idea is to allow user to write any arbitrary formatting f…
»
longtran2904
I've been using RemedyBG for a couple of weeks now. Overall, I really like it. Here are some ideas…
»
Gaurav Gautam
Now this could just be that it happened only once and won't happen again. But I asked chat GPT thi…
»
Simon Anciaux
I apologize for my reply on the other thread, it could have been better written. I don't know much…
»
Gaurav Gautam
Hey so while I can't say I understand all the material referenced here. I was visualizing the soun…
»
Gaurav Gautam
When I started following HMH and working through the code, the sound part was one of the most diff…
»
clapclem
No, im still new here, i just post new forum in raylib with more details about the code
»
clapclem
Hello, I need help. I change the position of the model => Vector3 position = { 0.0f, 0.0f, 0.0f };…
»
Simon Anciaux
We need more information if you want us to be able to help you. Are you following handmade hero ? …
»
clapclem
Hello, I change the position of the model => Vector3 position = { 0.0f, 0.0f, 0.0f }; to Vector3 p…
»
Macoy Madson
This post is mirrored on my blog. I have been hard at work on my dynamic environment based on Tiny…
»
Macoy Madson
It doesn't matter which URL is provided because I support RSS Autodiscovery in all the blog posts …
»
x13pixels
Thanks for the feedback. I'm unable to reproduce the first problem with sub-menu opening and then …
»
logan bender
I moved on to episode 006 and Casey Addresses this 'W" vs "A" API calls a little It looks like he …
»
Mārtiņš Možeiko
In such cases you should use debugger. Put breakpoints and step over line by line to see how code …
»
logan bender
the problem, I think, is that one of the 'if' evaluations for RegisterClassExW or CreateWindowExW…
»
Mārtiņš Možeiko
What does "CreateWindowExW() no longer returns a result" means? This function always returns resul…
»
logan bender
Thanks for your replies, and reminding me that there are both ASCII and UNICODE versions of many o…
»
Mārtiņš Možeiko
All TEXT("foo") does is to expand it to either "foo" or L"foo" depending on whether you have UNICO…
»
logan bender
thanks for your advice. Prefixing with "L" causes a compile error WindowClass.lpszClassName = L"…
»
Mārtiņš Možeiko
I would recommend against using TEXT() macro. There is zero reason nowadays to write code for supp…
»