Created
March 31, 2025 06:52
-
-
Save JonnyBurger/9b09aaef79b4920ba59d3e7e39f4d8c1 to your computer and use it in GitHub Desktop.
Revisions
-
JonnyBurger created this gist
Mar 31, 2025 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ### [jonathansotherpc](https://discord.com/channels/809501355504959528/1220672139192176650/1355905544887468133) - 3/30/2025, 4:04:33 PM wow thats a pretty cool demo ### [jonathansotherpc](https://discord.com/channels/809501355504959528/1220672139192176650/1355905946173575218) - 3/30/2025, 4:06:09 PM i wonder if it can animate smooth zoom in effect based on cursor position, we would bascially have a screen studio clone at that point and much better because it actually gives the files output with camera, allowing for further editing ### [jonnyburger](https://discord.com/channels/809501355504959528/1220672139192176650/1356156889830002790) - 3/31/2025, 8:43:18 AM <@1285056615971553356> I thought about whether this could be an alternative to screen studio in many regards yes, but to implement the cursor position animation feature, we would have to turn this into an electron app. we are not keen on on doing this as this brings a lot of development overhead. it's not planned to build a screen studio alternative as it is pretty good on it's own, but we are trying to make our own niche better which is to allow you the greatest amount of control by letting you edit the code This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ # Technical Note: Cursor Position Animation Feature ## Problem Users are interested in implementing a smooth zoom-in effect based on cursor position. This feature would make the product a viable alternative to screen studio by enabling more advanced editing capabilities. ## Reason for the Issue Implementing the cursor position animation feature would require converting the application into an Electron app. This transition introduces significant development overhead. ## Solution Currently, there are no plans to develop the cursor position animation feature or create a direct alternative to screen studio. Instead, the focus will remain on enhancing the application’s unique capabilities while providing users with more control over the editing process through direct code editing.