Struggling with Sound and Images in Raylib and VS Studio

0
9
Asked By GamerGuruX99 On

I'm working on a fun game project, but I'm having trouble getting sound to play and images to display using raylib. I've copied code that should work, but for some reason, it doesn't seem to function in my setup. I'm using Visual Studio because it's the only free option I could find that works, but I suspect the issue might be related to that. Does anyone have any tips or advice?

2 Answers

Answered By SoundWaveMaster On

Raylib is pretty neat, but if your friend recommended it, maybe they assumed you were comfy with C programming, as raylib works best with that. Make sure you’ve set up your project correctly in VS Studio—linking the raylib library and including the headers properly can make a big difference. It’s worth double-checking those aspects!

Answered By TechWhiz88 On

I've played around with raylib, and it can be a bit tricky sometimes. The documentation isn't the greatest, so it’s understandable to run into issues. If you're open to it, have you considered trying a more established game engine? They usually have better support and resources available to help you out.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.