Skip to content

Separate namespace for raygui, etc #166

@electronstudio

Description

@electronstudio

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions