Skip to content

Added show_wait to work alongwith show_async for optimised, sychronis…#27

Open
fuglaro wants to merge 1 commit into
mainfrom
show-wait
Open

Added show_wait to work alongwith show_async for optimised, sychronis…#27
fuglaro wants to merge 1 commit into
mainfrom
show-wait

Conversation

@fuglaro

@fuglaro fuglaro commented Feb 11, 2023

Copy link
Copy Markdown
Collaborator

This allows the display pipeline to have an optimised update process:

  • show_async()
  • do some game logic & draw to a temp buffer
  • show_wait()
  • copy to display buffer
  • repeat

Thanks go to @demodude4u for this idea and direction.
https://discord.com/channels/898292107289190461/996871099499425873/1065777036947378228

…ed display updates.

This allows the display pipeline to have an optimised update process:
 - show_async()
 - do some game logic & draw to a temp buffer
 - show_wait()
 - copy to display buffer
 - repeat

Thanks go to @demodude4u for this idea and direction.
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.

1 participant