You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
# libscratch
1
+
# scratch3cpp
2
2
Another implementation of the Scratch block-code interpreter and virtual machine, in C++.
3
3
4
4
5
5
## About
6
-
libscratch is a C++ library that aims to emulate and replicate the behaviour of Scratch 3's virtual machine: specifically the parts that deal with interpreting your block-code.
6
+
scratch3cpp is a C++ library that aims to emulate and replicate the behaviour of Scratch 3's virtual machine: specifically the parts that deal with interpreting your block-code.
7
7
8
8
## Installation
9
9
If you like C++, you can install it using the CMakeLists.txt in the root directory. Please note the use of the BSD-3-Clause "New" or "Revised" License.
0 commit comments