-
Notifications
You must be signed in to change notification settings - Fork 56
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
Implemented new base.hpp structure #191
Conversation
Hey @flagarde would you mind reviewing the new structure? |
Sure, I can have a look. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a quick check, look very nice, I put some comment and will have a better look tomorrow
@flagarde would you mind to check the new changes? |
@MCWertGaming sure, let me have a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks very good :)
3501b0a
to
7384613
Compare
Thank you really much for reviewing this @flagarde! I have done a quick rebase and will merge once the CI finished. |
This PR implements a unified interface for 4bit / 8bit / 24bit colors and features a few new features.
Implements #190.
Also Implements partly #177, #175.