Skip to content

Implement ECS-friendly GUI #5

@Mirsario

Description

@Mirsario

The current (barely existing) GUI implementation is just leftovers from the old Unity-like Entity-Component design, in which every (programmable) component could override an OnGUI method, to then use static immediate GUI rendering methods in there. This is, of course, quite horrible. All the code for that should be removed, and replaced with an ECS-friendly design, in which all GUI will work with the help of specialized components.

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