Colleague Riley Mabb

Results 103 comments of Colleague Riley Mabb

See if these fix the issue. This issue didn't happen for me, but this might fix it.

https://github.com/raysan5/raylib/blob/3d9aafed3b5d183f35a1e8060d0985475101f6db/src/platforms/rcore_desktop.c#L68

> @ColleagueRiley Good catch! That functionality should be probably moved from `rcore.c` to every specific platform... That would be silly. This is a one line thing and plus you already...

Should be ready to merge now.

You could also just make the uisctype variable static instead of just removing it. I think that matches what the original author was trying to go for more. Although I...

Why change something inconsequential that breaks compatibility rather than adding prefixes?

> > many function names being the same as in other mainstream libraries like the winapi > > > > @krisvers This is not true. Afaik, only 2 function names...

1) That is a good idea, considering it is relatively easy and formulaic to do. 2) Also a good idea 3) This is not a C++ project, I also don't...

Additionally, I would think C++'s longer compile time makes the single-header file less practical.

I don't really like C++'s resource management, but I suppose that's unrelated. But also, I would imagine the main use of Silicon would be for things such as my library...