raylib-ffi icon indicating copy to clipboard operation
raylib-ffi copied to clipboard

"No frills" Rust bindings to raylib

Results 2 raylib-ffi issues
Sort by recently updated
recently updated
newest added

Is there any particular reason why this is under GPL3 while the original Raylib is under Zlib?

I encountered an issue where if you use ClearBackground() and try to draw a sprite some sprites, they will flicker on the screen. This is the code ``` unsafe {...