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

Feature/render api simplification #125

Closed
wants to merge 22 commits into from

Conversation

mcgivrer
Copy link
Owner

Refactor Render internal API to simplify parameters:

  • remove Grahics2D from every method signtature
  • add a start() and end() rendering milestones, providing an internal Graphics2D instance, and uncoupling this new Render API and the Graphics2D one.

The Goal is to replace the AbstractRenderHelper mthods by the Render API ones n a next step (see #89).

@mcgivrer mcgivrer added the enhancement New feature or request label Dec 15, 2021
@mcgivrer mcgivrer added this to the 1.0.2 milestone Dec 15, 2021
@mcgivrer mcgivrer self-assigned this Dec 15, 2021
@mcgivrer mcgivrer added this to In progress in framework via automation Dec 15, 2021
@mcgivrer mcgivrer linked an issue Dec 15, 2021 that may be closed by this pull request
- modify Render to remove Graphice2d fomr every signature method
- update chapter 21 about enhancing rendering pipeline to take in
  account this change

fix #89,#125
- fix small InventoryRenderHelper issue

fix #125
- fix small InventoryRenderHelper issue

fix #125
…er/fromClassToGame into feature/render-api-simplification
@mcgivrer mcgivrer closed this Dec 21, 2021
@mcgivrer mcgivrer deleted the feature/render-api-simplification branch December 21, 2021 09:33
framework automation moved this from In progress to Done Dec 21, 2021
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
Development

Successfully merging this pull request may close these issues.

Move draw utils from AbstractRenderHelper to Render class
1 participant