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

libqb refactor and cleanup #594

Merged
merged 3 commits into from
Jan 5, 2025

Conversation

a740g
Copy link
Contributor

@a740g a740g commented Jan 5, 2025

This is the first in a series of efforts to clean up and refactor QB64's graphics functions. In this PR, the functions sub__depthbuffer() and sub__maptriangle() have been moved into graphics.cpp. The goal is to gradually relocate and organize all QB64 graphics functions within graphics.cpp to improve maintainability and readability.

@a740g a740g added the libqb-refactor Separating out libqb.cpp label Jan 5, 2025
@a740g a740g self-assigned this Jan 5, 2025
@a740g a740g merged commit 3916ce4 into QB64-Phoenix-Edition:main Jan 5, 2025
4 checks passed
@a740g a740g deleted the maptriangle-refactor-cleanup branch January 5, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libqb-refactor Separating out libqb.cpp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants