1. SDL2 Updates & FFI
- Posted by Icy_Viking in December
- 1515 views
Hello all,
I have recently began to fix the code in the SDL2 wrapper. After looking more closely at Greg's FFI library, I have applied the changes to the SDL code. Its still a work in progress, but improvements have been made. For example in SDL code where a variable was UINT8, and I had it C_UINT in the Euphoria code, I have now applied that as C_UINT8 and so on. I'm still working on the improvements, but any help is appericated.
I have also added allocate_struct() and peek_struct() functions for those functions that have structs as well.
You can view/get the changes here: https://github.com/gAndy50/SDL2Wrapper