Eddie Stanley

Results 7 comments of Eddie Stanley

I think Raylib is still at 2.5.0. However, I can get the C equivalent to the example program in the README to run with: ``` clang -framework CoreVideo -framework IOKit...

@RobLoach any ideas on where to start trying to fix this?

~Nice!!! Thanks that branch works!!!~ Sorry got this confused with another raylib binding library that is also giving me trouble [Vraylib](https://github.com/MajorHard/vraylib). Unfortunately, there is no change when using the `update`...

@RobLoach I am thinking the error is generated here: https://github.com/raysan5/raylib/blob/b8246d8592dba4d1f0ee49831f86d99ce0c7dff1/src/core.c#L869

Unfortunately not. I've moved on to your quickjs based lib. Hoping I can get it to work on OSX and build for a rasberrypi

I have been trying to accomplish this myself for the past few days. @RobLoach is there some way I could edit the repo's root `CmakeList.txt`? I have successfully compiled on...

I meant to ask you how to do this. I don't know much about cmake. I just know that the default raylib repo compiles without any error with those args...