Skip to content

Reimplement sprites to be rendered on a line by line basis #2

Description

@squidboylan

The actual hardware that renders the sprites does so by rendering horizontal lines individually, the current implementation gets all sprite data on cycle 0 of the first line and then renders all the sprites based on that data at the beginning of v-blank. This is not technically accurate but works somewhat

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    GPUGraphics related issuebugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions