Skip to content

Commit 9138a44

Browse files
committed
modified vm for use in collaboration v2
1 parent c79858b commit 9138a44

13 files changed

Lines changed: 1054 additions & 382 deletions

File tree

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,8 @@
1-
## TurboWarp/scratch-vm
1+
## CodeTorchNET/scratch-vm
22

3-
Modified Scratch VM with a JIT compiler and more features.
3+
Modified Turbowarp VM for use in CodeTorch.
44

5-
This is a drop-in replacement for LLK/scratch-vm.
6-
7-
## Setup
8-
9-
See https://github.com/TurboWarp/scratch-gui/wiki/Getting-Started to setup the complete TurboWarp environment.
10-
11-
If you just want to play with the VM then it's the same process as upstream scratch-vm.
12-
13-
## Extension authors
14-
15-
If you only use the standard reporter, boolean, and command block types, everything should just work without any changes.
16-
17-
## Compiler Overview
18-
19-
For a high-level overview of how the compiler works, see https://docs.turbowarp.org/how
20-
21-
For more technical information, read the code in src/compiler.
22-
23-
## Public API
24-
25-
This section was too out of date to be useful. We hope to re-add it as some point.
5+
This program includes code and concepts adapted from [Gandi-IDE/scratch-vm](https://github.com/Gandi-IDE/scratch-vm), which is also licensed under the Mozilla Public License, v. 2.0.
266

277
## License
288

0 commit comments

Comments
 (0)