I work in the mobile space for a living, and I would say the biggest challenge is less technical …
Some feedback on the recently added string view prompted another minor release, 0.2.8.7.
* St…
spx —
Wish this would've been easy to reproduce but unfortunately not yet.
I used the most recent ISO a…
How can I implement AdMob on Raylib? On the screen or just open ads whn click a button (to don't …
The latest version of RemedyBG, 0.2.8.6, is now available for download.
Bug fixes
* Corrected d…
You should run the code in the debugger, set a breakpoint on the first line of the loop and inspe…
I have stairs in every room, instead of one in the end.
I can't figure out the problem. Can someo…
Jesse,
I will certainly take a look. Thanks for taking the time to report the issue.
As an asid…
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_TRACEL…
Have you tried measuring different part of the application and see if there is a particular part …
Thank you so much for the response and sharing your experience. I've been learning a lot during t…
Good luck with this project, man! Rootin' for you!
It would be lovely to have a executable web s…
I don't seem to have the same issue with other gl apps.
I'm running the latest version of ArchLi…
Ray —
Hello BlitzCoder,
raylib.rc.data is just the resource file for icon and binary properties, you c…
Just to give this feature request some support.
It would be really cool if you could also create …
Ray —
Hello BlitzCoder,
You can target asm.js just disabling WebAssembly compilation.
Check raylib/s…
spx —
You shouldn't need root to run the debugger. So this could be a recent change in a certain distri…
If I try to run without su privileges (root) on Linux a window pops up, but is blank with a cli o…
I've noticed that when I'm developing OpenGL applications (Win32) that the performance drops some…
After reading the standard some more, it doesn't say anything about malloc.
It says that if the…
Matyas —
According to the C++ > 11 standard X is a POD type. POD means "Plain Old Data", and it's a thi…
spaskeasm
Shouldn't the C be the subset of C++?
No. C is not subset of C++. There are multiple f…
I wasn't speaking spec-ese. In the spec you'll see vacuous initialization. It's under that umbrel…
I am just reading the standard https://github.com/cplusplus/draft/raw/master/papers/n4830.pdf
6.6…
He was wrong.
Trivial types (that is types with no constructor or destructor and every non-stat…
Hi everyone,
I stumbled upon a CppCon talk
https://youtu.be/_qzMpk-22cc?t=1277
From 21:15 to 25…
Even if the latest release of BL is closer to the "real" language we still miss lot of features a…