[PR #57] [MERGED] Optimize rendering #69

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

📋 Pull Request Information

Original PR: https://github.com/dscyrescotti/Memola/pull/57
Author: @dscyrescotti
Created: 7/3/2024
Status: Merged
Merged: 7/3/2024
Merged by: @dscyrescotti

Base: mainHead: feature/renderer-optimization


📝 Commits (2)

  • 687fd9b feat: use throttle to reduce frame rate
  • 8fa17a3 chore: correct padding

📊 Changes

2 files changed (+16 additions, -9 deletions)

View changed files

📝 Memola/Canvas/View/Bridge/Views/DrawingView.swift (+14 -5)
📝 Memola/Features/Memo/PenDock/PenDock.swift (+2 -4)

📄 Description

Description

This PR add throttling on rendering to reduce frame rate of drawing current stroke on canvas.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dscyrescotti/Memola/pull/57 **Author:** [@dscyrescotti](https://github.com/dscyrescotti) **Created:** 7/3/2024 **Status:** ✅ Merged **Merged:** 7/3/2024 **Merged by:** [@dscyrescotti](https://github.com/dscyrescotti) **Base:** `main` ← **Head:** `feature/renderer-optimization` --- ### 📝 Commits (2) - [`687fd9b`](https://github.com/dscyrescotti/Memola/commit/687fd9be55b6a948a5c15e5da1897848b7877f33) feat: use throttle to reduce frame rate - [`8fa17a3`](https://github.com/dscyrescotti/Memola/commit/8fa17a358e8ae8a6d6562565eca1153a198c9233) chore: correct padding ### 📊 Changes **2 files changed** (+16 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Memola/Canvas/View/Bridge/Views/DrawingView.swift` (+14 -5) 📝 `Memola/Features/Memo/PenDock/PenDock.swift` (+2 -4) </details> ### 📄 Description ### Description This PR add throttling on rendering to reduce frame rate of drawing current stroke on canvas. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 05:19:27 +01:00
adam closed this issue 2025-12-29 05:19:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Memola#69