Skip to content

A better abstraction for rendered objects #5

Description

@bluebear94

The Renderable class uses a minimalistic, renderer-agnostic model of something to be rendered. Currently, implementing subclasses that actually draw things requires manually setting VAOs and shaders, as well as setting uniforms and making draw calls. It would be better to abstract this away to remove the friction involved with creating a new kind of renderable object.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions