AndyDentFree / AndyDentFree/SpriteKittenly

VidExies add framewise export settings for resize, scaling or delay

未關閉
#15 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
Swift
星號
8
分支
0
PR 合併指標
30 天內沒有已合併 PR

描述

As dramatically demonstrated in this screenshot from a saved movie, when resizing the actual particle origin range and particle sizes, there's an uncomfortable delay depending on the particle type.

In some cases, it may make sense to not resize the particles, just have them on a bigger canvas.

Or, to have a recording delay so there's say 5 seconds for the falling confetti to be all resized before the video appears.

Note that the current VidExies approach resizes the SKScene so you're getting the highest possible resolution of the particles, to match the video output.

The other approach is the equivalent of using `scaleMode = .resizeFill` where we would leave the SKScene at its original size and do the upsizing with the frames grabbed from the SKRenderer.

Image

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。