From 8d72630820296bba63b2ff91be8d9b9ffed69ac0 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:18:08 +1100 Subject: [PATCH] Clarify changes between Recordly and OpenScreen Updated the README to clarify the differences between Recordly and OpenScreen. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71382d6..5da317b0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Recordly demo video

-> Recordly adds a cursor animation pipeline, native macOS screen capture, reworked zoom animations and panning behaviour, and more tweaks on top of [**OpenScreen**](https://github.com/siddharthvaddem/openscreen). +**FAQ**: What are the changes between this and **Openscreen**? A: Recordly adds a full cursor animation/rendering pipeline, native macOS screen capture, zoom animations faithful to Screen Studio, smoother panning behaviour, and more tweaks. > This fork exists because the original maintainer does not wish implementing the architectural changes that make some of these features possible i.e. different recording pipeline. ---