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

fixed a few GPU issues (palette colors, return values) #51

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Ocawesome101
Copy link

palette colors are now displayed correctly. this mostly involved passing around a ColorState& object to more places than it was previously passed, and adding a generator for true-color ANSI escapes (\27[).

i haven't done really anything with C++ before so some of these changes may be terribly unclean. however, i can confirm that they do in fact work.

before:
image

after:
image

@Ocawesome101
Copy link
Author

fixes #50

@Ocawesome101 Ocawesome101 changed the title fixed palette colors not being properly displayed fixed a few GPU issues (palette colors, return values) Oct 2, 2022
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.

1 participant