Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SLP Parser #30

Draft
wants to merge 6 commits into
base: default
Choose a base branch
from
Draft

SLP Parser #30

wants to merge 6 commits into from

Conversation

goto-bus-stop
Copy link
Member

@goto-bus-stop goto-bus-stop commented May 24, 2020

Supports 8 bit and 32 bit slps. Still needs some ergonomic improvements...

The current design is suitable for static rendering (eg. outputting to a file), but not really for realtime rendering. It does allocate a vec for each Copy() command right now…would be ideal to be able to lazily read the pixel values there. I think a second render() API could be added for that.

Todo:

  • handle row outlines properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant