Skip to content

scraterpreter/scraterpreter.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Scraterpreter: the SCRAtch inTERPRETER

Scrape Banner

Scrape is an interpreter to run Scratch projects. First compile .sb3 files into .scrape files using Scrapec, then run .scrape files using Scrape.

Click here to view a demo.

Join our Discord Server for support!

See COMPATIBILITY.md for information on compatibility with Scratch.

Installation and Usage

Linux (Snap)

Scrape Snaps are available for installation at the Snap Store.

Get it from the Snap Store

sudo snap install scraterpreter # install scrape
scraterpreter.scrapec project.sb3 # compile the .sb3 file into a .scrape file
scraterpreter.scrape project.scrape # run the .scrape file

Windows (MSI and PIP)

Scrape is available as an MSI on our releases page. Scrapec is available as a PIP package on the PYPI. There may be some issues with PATH on Windows. Please contact us by creating a GitHub issue or by joining our Discord Server.

Binary

If you follow the instructions listed below to build scrape, and instructions listed here to compile scrapec, these commands should be used to run scrape.

scrapec project.sb3 # compile the .sb3 file into a .scrape file
scrape project.scrape # run the .scrape file

Build Instructions

Linux

git clone https://github.com/scraterpreter/scrape.git # clones the repository
cd scrape
mkdir build # creates the build directory
cd build
cmake .. # uses CMake to create a Makefile
make # builds the source code
make install # installs the binary

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published