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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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