Discuss Scratch
- Discussion Forums
- » Open Source Projects
- » How to get Scratch to JavaScript? Support us now!
- AWESOMEFire9
-
Scratcher
5 posts
How to get Scratch to JavaScript? Support us now!
can't find it link it
- A-E-
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
- ilovericebubbles
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
Not sure about that.There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
If the library is doing something, you can copy that JavaScript and use it instead of importing it. Therefore this is untrue.
- A-E-
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
You are then still using the library, just importing it by hand.Not sure about that.There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
If the library is doing something, you can copy that JavaScript and use it instead of importing it. Therefore this is untrue.

- ilovericebubbles
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
Then how were such libraries created???You are then still using the library, just importing it by hand.Not sure about that.There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
If the library is doing something, you can copy that JavaScript and use it instead of importing it. Therefore this is untrue.
- trieuminh
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
Are you asking why libraries were created?Then how were such libraries created???You are then still using the library, just importing it by hand.Not sure about that.There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
If the library is doing something, you can copy that JavaScript and use it instead of importing it. Therefore this is untrue.
- ilovericebubbles
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
No, I am saying that you don't need a library to convert Scratch to JS because the libraries were written without needing a library.Are you asking why libraries were created?Then how were such libraries created???You are then still using the library, just importing it by hand.Not sure about that.There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
If the library is doing something, you can copy that JavaScript and use it instead of importing it. Therefore this is untrue.
- trieuminh
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
Yes.No, I am saying that you don't need a library to convert Scratch to JS because the libraries were written without needing a library.Are you asking why libraries were created?Then how were such libraries created???You are then still using the library, just importing it by hand.Not sure about that.There is no way to convert scratch to JavaScript without the resulting JavaScript needing a library.I've had a look at Leopard, I'm not sure if that is what this question was about because it imports a library and then is written like a text-based Scratch.It does, but it doesn't show the converted code because it's not made for manual editing, unlike Leopard.Actually, there is already a website that converts scratch to JavaScript. It is here: https://forkphorus.github.io/That doesn't really do that…
I think that if you are going to translate Scratch to JavaScript, you want it without any libraries or behind-the-scenes, or ‘vanilla’ if you will.
If you want it like Leopard does, you may as well just have a typed version of Scratch.
If the library is doing something, you can copy that JavaScript and use it instead of importing it. Therefore this is untrue.
- DewMcStew
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
If you look at forkphorus/phosphorus/github, they compile scratch projects to javascript to make them run faster. you could base a source code for this on that, but just make it show the lines of javascript instead of running them.
- liamboyhalo
-
Scratcher
500+ posts
How to get Scratch to JavaScript? Support us now!
Could this be used as an embed?
- ilovericebubbles
-
Scratcher
100+ posts
How to get Scratch to JavaScript? Support us now!
Could this be used as an embed?Please don't necropost.
- Discussion Forums
- » Open Source Projects
-
» How to get Scratch to JavaScript? Support us now!






