[Dev] Add memo preview render pipeline #29

Closed
opened 2025-12-29 05:19:07 +01:00 by adam · 0 comments
Owner

Originally created by @dscyrescotti on GitHub (Jul 3, 2024).

Originally assigned to: @dscyrescotti on GitHub.

Description

Since the render pipeline is properly set up, it is good time to kick off the set up of preview render pipeline. The purpose is to show the preview image of graphic context in memo grid view so that the user can have the glimpse of what are inside. The pipeline should be completely separate from the draw render pipeline and it will requires to render all graphic contents.

Todos

  • To store bounds of all graphic content in persistence
  • To set up preview render pipeline
  • To save and update preview image whenever closing memo
Originally created by @dscyrescotti on GitHub (Jul 3, 2024). Originally assigned to: @dscyrescotti on GitHub. ### Description Since the render pipeline is properly set up, it is good time to kick off the set up of preview render pipeline. The purpose is to show the preview image of graphic context in memo grid view so that the user can have the glimpse of what are inside. The pipeline should be completely separate from the draw render pipeline and it will requires to render all graphic contents. ### Todos - [x] To store bounds of all graphic content in persistence - [x] To set up preview render pipeline - [x] To save and update preview image whenever closing memo
adam closed this issue 2025-12-29 05:19:07 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#29