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

graphics engine refactor and theme setup #6

Open
djh0ffman opened this issue Jul 29, 2018 · 1 comment
Open

graphics engine refactor and theme setup #6

djh0ffman opened this issue Jul 29, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@djh0ffman
Copy link
Owner

create brand new UI data format so graphics engine does not work from hard blits and multiple incbins. instead create a theme template and graphic tool to allow for inclusion of any theme.

currently the graphics are split into lots of tiny files and the blit functions in asm expect them to be in a particular place and a partiuclar size. also there are a lot of copper tricks on the HUD to try and save memory which we probably don't need. removing these will un-complicate the screen setup we have and also allow for easy palette configs to be loaded or even included with the theme.

@djh0ffman djh0ffman added the enhancement New feature or request label Jul 29, 2018
@djh0ffman
Copy link
Owner Author

additional thought.. if this is sys friendly, need to see which approach would be best.. intuition, hard smacking the frame buffers like we already are... will take some thought and investigation.

@dwhinham dwhinham added this to the v1.2 milestone Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants