From ac933ac419d3756527461717559981f16afc3f81 Mon Sep 17 00:00:00 2001 From: Starlii10 Date: Sat, 27 Jun 2026 23:55:20 -0400 Subject: [PATCH 1/2] feat(readme): init --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2aae8f5 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Scratch Everywhere! Native Extensions + +A collection of _native_ extensions for Scratch Everywhere!. + +> [!WARNING] +> Custom extensions in Scratch Everywhere! are still in development. Native +> extensions currently only work on **macOS** and **Linux**. + +# Building + +Building native extensions is the exact same process as building Scratch +Everywhere! normally. In order for a native extension to work on Scratch +Everywhere!, it must be built on the **same system**, using the **same +compiler** and the **same arguments**, with the **same version of Scratch +Everywhere!**. + +Instructions for building Scratch Everywhere can be found on the +[website](https://scratcheverywhere.github.io/build). From a711dc4d4fd646c5bd9c53739e5e18ec187668a5 Mon Sep 17 00:00:00 2001 From: Starlii10 Date: Sat, 27 Jun 2026 23:58:29 -0400 Subject: [PATCH 2/2] fix(readme): "Should have an exclamation mark here." - Starlii10, 2026 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aae8f5..4aaa0ad 100644 --- a/README.md +++ b/README.md @@ -14,5 +14,5 @@ Everywhere!, it must be built on the **same system**, using the **same compiler** and the **same arguments**, with the **same version of Scratch Everywhere!**. -Instructions for building Scratch Everywhere can be found on the +Instructions for building Scratch Everywhere! can be found on the [website](https://scratcheverywhere.github.io/build).