will try this, thanks Ray.
Hey everyone, Figured I would put a short plug here in case anyone on the site is interested in be…
Thanks again for the answer guys! Hey ray, i was talking about read a image or archive from hex,as…
That is the only output I get, the window stays open but only shows grey.I use BSPWMThere is no out…
Raylib got any live compiler ike C-toy? It can be used with/together C-toy for live game coding? I…
OGG on STBlib is just for music or run videos? I'm using FREEGLut, GLUT and OpenGL with STB libs t…
Well, you can't heap all of humanity's problems on your shoulders. You have your life and your lim…
It all depends on your goals. What are you trying to do? Who do you want to reach? What kind of im…
I work in the mobile space for a living, and I would say the biggest challenge is less technical a…
Some feedback on the recently added string view prompted another minor release, 0.2.8.7.String vie…
spx —
Wish this would've been easy to reproduce but unfortunately not yet. I used the most recent ISO an…
How can I implement AdMob on Raylib? On the screen or just open ads whn click a button (to don't b…
The latest version of RemedyBG, 0.2.8.6, is now available for download. Corrected display of boole…
You should run the code in the debugger, set a breakpoint on the first line of the loop and inspec…
I have stairs in every room, instead of one in the end. I can't figure out the problem. Can someon…
Jesse, I will certainly take a look. Thanks for taking the time to report the issue. As an aside, …
Jesse —
Hi, I have a simple Zig program that can be successfully debugged by VS2019 but not by RemedyBG. …
I have two questions(with more questions inside them xD): Actually, raylib have SUPPORT_TRACELOG a…
Have you tried measuring different part of the application and see if there is a particular part t…
Thank you so much for the response and sharing your experience. I've been learning a lot during th…
Good luck with this project, man! Rootin' for you! It would be lovely to have a executable web ser…
I don't seem to have the same issue with other gl apps. I'm running the latest version of ArchLinu…
Ray —
Hello BlitzCoder, raylib.rc.data is just the resource file for icon and binary properties, you can…
Just to give this feature request some support. It would be really cool if you could also create d…
Ray —
Hello BlitzCoder, You can target asm.js just . Check raylib/src/Makefile and raylib/examples/Makef…
spx —
You shouldn't need root to run the debugger. So this could be a recent change in a certain distrib…
If I try to run without su privileges (root) on Linux a window pops up, but is blank with a cli ou…
I've noticed that when I'm developing OpenGL applications (Win32) that the performance drops somew…
After reading the standard some more, it doesn't say anything about malloc. It says that if the co…