1. Raylib Phix reasing.e for Icy_Viking
- Posted by andreasWagner 2 weeks ago
- 198 views
Forked from Re: Phix: float32 return value
I do have a Raylib wrapper for Euphoria 4.1.0 Beta 2 [https://github.com/gAndy50/EuRayLib5]
It uses the FFI library to help with wrapping structs. It might help with making a Phix wrapper.
Yes, thanks.
That's exactly what I did. It helped me a lot and saved me a lot of writing work, and it still does. My wrapper is nowhere near as complete as yours.
But I think I can give something back now.
I've ported reasings.h to Phix/Euphoria, along with the accompanying examples. As far as I've been able to test, all the other examples I've ported are compatible with your wrapper, with the exception of those that use GUI elements, which would need to be adapted for your wrapper.
You can find reasings.e and the examples here:
https://github.com/andizk4kx/raylib-playground/tree/main/examples
I hope you can use them.
And thank you
2. Re: Raylib Phix reasing.e for Icy_Viking
- Posted by Icy_Viking 2 weeks ago
- 166 views
Forked from Re: Phix: float32 return value
I do have a Raylib wrapper for Euphoria 4.1.0 Beta 2 [https://github.com/gAndy50/EuRayLib5]
It uses the FFI library to help with wrapping structs. It might help with making a Phix wrapper.
Yes, thanks.
That's exactly what I did. It helped me a lot and saved me a lot of writing work, and it still does. My wrapper is nowhere near as complete as yours.
But I think I can give something back now.
I've ported reasings.h to Phix/Euphoria, along with the accompanying examples. As far as I've been able to test, all the other examples I've ported are compatible with your wrapper, with the exception of those that use GUI elements, which would need to be adapted for your wrapper.
You can find reasings.e and the examples here:
https://github.com/andizk4kx/raylib-playground/tree/main/examples
I hope you can use them.
And thank you
Wow that's pretty impressive! Good work!

