raylib.R
raylib.R copied to clipboard
Draw functions are not safe - segfaults
- Need to make a check either at R or C level, to make sure a window is active before drawing.
- At the C-level, check arguments are the correct type or structure.