-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
enhancementNew feature or requestNew feature or request
Description
I can't see any easy way to do this for raylib
module - it would require cffi build separate module for raygui.
However we can do whatever we like in the pyray
wrapper module, so we could move them into a pyray.raygui
submodule or duplicate them in both pyray
and pyray.raygui
. Just need to identify which items are from raylib.h and which from raygui.h. Probably the api json parsing could do that.
Could also do for physac. Not sure if anyone really wants this but would make it easier to find functions perhaps?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request