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

[WIP] Fix OvGame not rendering properly #338

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

adriengivry
Copy link
Owner

@adriengivry adriengivry commented Nov 29, 2024

Description

OvGame isn't properly rendering the game since the renderer rework. It seems like drawing directly to the backbuffer isn't supported anymore, as the renderer relies on an output framebuffer.

This PR adds a framebuffer to OvGame, and implements a (quick and dirty) solution to blit the framebuffer onto the backbuffer.

To-Do

  • Implement a proper non-hackish fix

Related Issues

Fixes #337
Fixes #331

@adriengivry adriengivry added Bug Something isn't working Graphics Graphical feature labels Nov 29, 2024
@adriengivry adriengivry self-assigned this Nov 29, 2024
@adriengivry adriengivry marked this pull request as draft November 29, 2024 16:48
@adriengivry adriengivry changed the title Fix OvGame not rendering properly [WIP] Fix OvGame not rendering properly Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Graphics Graphical feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OvGame isn't rendering properly OvGame runtime crash since renderer refactor
1 participant