To disable audio, I believe you can just comment def_audio_init(); in the default_startup command …
If you want to use wasapi from main thread (which is not ideal) then you need submit it with small…
This happened to me a while ago. I had to reconfigure what my proper output device was in the alsa…
Hello! After failing miserably to implement WASAPI on my own, I am trying to follow the example ma…
You can install alsa-plugins that will provide this .so But I don't think that's a problem. That d…
Hi there! I'm trying to run on an Arch Linux installation, but it fails with: My system uses PipeW…
Thankyou simon. I'll check them out... just a bit stressed with work right now. But I'll come back…
Yes, or glGetTextureSubImage.
Ah okay, using either of these two?glReadPixels ()glGetTexImage()
Uniforms are only for providing input to shader. It cannot be retrieved as output. There are diffe…
Hi! Im trying to send a color from the shader to a variable in my gamecode on click, is this possi…
Well as it turns out Day 126 addresses this issue, it is exactly that if(NextEntryToDo < EntryCoun…
I was able to reproduce the issue twice, but it displayed every string once, and had a single empt…
Thank you for your help with the formatting. So It actually doesn't happen every time. Sometimes a…
The solution was to create a header file called "define.h", and move all of the #defines and typed…
To format the code you need to use markdown syntax. For code it's using 3 back quotes ( ` ) follow…
Hi, So I've been following along with the series and Casey introduced the concept of a work queue …
I made a song parody about quaternions this afternoon: I was inspired by the talk Casey gave 6 ye…
It looks OK, but I didn't spend a lot of time thinking about it. I'd suggest that you search the f…
Hello, I have been trying to get the long audio synchronization stream of day20 down for a while n…
A new release of RemedyBG, 0.3.8.6, is now available for download on itch.io. New FeaturesAdded th…
I know there are lots of people who don't like chrome. But as a web developer I have to use it as …
Kernel internally has "tick" rate on which it updates specific things like sleeping/waiting thread…
Hello, I was looking through the day18 code again and checked some of the docs regarding Sleep an…
I think highlighting an index with a range inside an array is enough. It can be a string (char arr…
longtran2904, I needed something similar recently where I wanted to highlight a range in a single …
There's issue related to this here: The idea is to allow user to write any arbitrary formatting f…
I've been using RemedyBG for a couple of weeks now. Overall, I really like it. Here are some ideas…
Now this could just be that it happened only once and won't happen again. But I asked chat GPT thi…
I apologize for my reply on the other thread, it could have been better written. I don't know much…