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

Abstracted matrix to pixel out of gui. #12

Merged
merged 3 commits into from
Apr 9, 2024
Merged

Conversation

harperj34
Copy link
Contributor

Added a new file: matrix_to_pixel.hpp. It contains all the logic to modify a pixel based on a draw function. gui will simply identify a draw function and tell the matrix_to_pixel to create the correct pixel based on this function. Then, gui will draw that pixel.

Added a new file: matrix_to_pixel.hpp. It contains all the logic to modify a pixel based on a draw function. gui will simply identify a draw function and tell the matrix_to_pixel to create the correct pixel based on this function. Then, gui will draw that pixel.
@harperj34 harperj34 self-assigned this Mar 26, 2024
Put some methods in matrix_to_pixel in an anonymous namespace, which should make them private to that file.
@harperj34
Copy link
Contributor Author

pls merge

@Kevin-Duignan Kevin-Duignan merged commit 12ec598 into master Apr 9, 2024
@Kevin-Duignan Kevin-Duignan deleted the 2clean_up_gui branch May 7, 2024 03:41
@Kevin-Duignan Kevin-Duignan restored the 2clean_up_gui branch May 7, 2024 03:41
@Kevin-Duignan Kevin-Duignan deleted the 2clean_up_gui branch May 7, 2024 03:41
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.

2 participants