Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).