Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Scratch to EXE Compiler WIP
- MikeTrevor
-
8 posts
Scratch to EXE Compiler WIP
http://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher
”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
Sadly some features won't be available like the use webcams and graphic effects (except the color effect)
Project will be posted in github soon
*Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations
*

I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
Sadly some features won't be available like the use webcams and graphic effects (except the color effect)
Project will be posted in github soon

*Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations

Last edited by MikeTrevor (July 18, 2017 15:28:41)
- ninjagolloyd
-
500+ posts
Scratch to EXE Compiler WIP
To become a scratcher use scratch a lot and be kind and don't post spam. You will get an invitation in your messages when you can become a scratcher. *Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations*
- NoMod-Programming
-
1000+ posts
Scratch to EXE Compiler WIP
However, spamming does not add to the discussion, no matter how interesting the spam may be.Spamming helps you become a scratcher faster.To become a scratcher use scratch a lot and be kind and *Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations don't post spam. You will get an invitation in your messages when you can become a scratcher.*
- Blaze349
-
1000+ posts
Scratch to EXE Compiler WIP
http://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcherCan you make it compile to GNU/Linux and macOS as well?”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
Sadly some features won't be available like the use webcams and graphic effects (except the color effect)
Project will be posted in github soon
*Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations*
- MikeTrevor
-
8 posts
Scratch to EXE Compiler WIP
Since LOVE2D supports Windows, Mac OS X, Linux, Android and iOS as stated in the website (https://love2d.org/), I'd say yeshttp://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcherCan you make it compile to GNU/Linux and macOS as well?”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
Sadly some features won't be available like the use webcams and graphic effects (except the color effect)
Project will be posted in github soon
*Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations*
- ninjagolloyd
-
500+ posts
Scratch to EXE Compiler WIP
don't post NEGATIVE spam?Spamming helps you become a scratcher faster.To become a scratcher use scratch a lot and be kind and *Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations don't post spam. You will get an invitation in your messages when you can become a scratcher.*
- gtoal
-
1000+ posts
Scratch to EXE Compiler WIP
http://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
You're writing a Scratch to Lua converter, and a Scratch-compatible Lua graphics library?
- MikeTrevor
-
8 posts
Scratch to EXE Compiler WIP
Yes I am writing a Scratch to Lua converter, and the graphics library will be provided by LOVE2Dhttp://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
You're writing a Scratch to Lua converter, and a Scratch-compatible Lua graphics library?
Last edited by MikeTrevor (July 22, 2017 00:59:34)
- gtoal
-
1000+ posts
Scratch to EXE Compiler WIP
I thought Lua didn't support threads? How are you going to do sprites and clones?Yes I am writing a Scratch to Lua converter, and the graphics library will be provided by LOVE2Dhttp://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
You're writing a Scratch to Lua converter, and a Scratch-compatible Lua graphics library?
- uyjulian
-
6 posts
Scratch to EXE Compiler WIP
Scratch doesn't support real threads either.I thought Lua didn't support threads? How are you going to do sprites and clones?Yes I am writing a Scratch to Lua converter, and the graphics library will be provided by LOVE2Dhttp://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
You're writing a Scratch to Lua converter, and a Scratch-compatible Lua graphics library?
Lua uses coroutines, but with modules, you can also use native pthreads or windows threads.
- -Io-
-
1000+ posts
Scratch to EXE Compiler WIP
LÖVE adds threads support.I thought Lua didn't support threads? How are you going to do sprites and clones?Yes I am writing a Scratch to Lua converter, and the graphics library will be provided by LOVE2Dhttp://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
You're writing a Scratch to Lua converter, and a Scratch-compatible Lua graphics library?
- gtoal
-
1000+ posts
Scratch to EXE Compiler WIP
good to know. well, when you're developing this, do let us follow along. I've always been a big fan of source to source translation - it's a really fun endeavor.LÖVE adds threads support.I thought Lua didn't support threads? How are you going to do sprites and clones?Yes I am writing a Scratch to Lua converter, and the graphics library will be provided by LOVE2Dhttp://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcher”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
You're writing a Scratch to Lua converter, and a Scratch-compatible Lua graphics library?
G
- jeffyTheKodeKing
-
62 posts
Scratch to EXE Compiler WIP
Hey, uh, @MikeTrevor, are you almost done?
- infinitytec
-
1000+ posts
Scratch to EXE Compiler WIP
I think it is safe to say this is dead… Hey, uh, @MikeTrevor, are you almost done?
- jettypumpkin07
-
1000+ posts
Scratch to EXE Compiler WIP
We already have the Snapinator and Snapp! to convert most Scratch projects into SnapXML and EXE files.
Also, please don't reply to this post anymore. Most of this discussion was in 2017 and I doubt the project is still being worked on.
Also, please don't reply to this post anymore. Most of this discussion was in 2017 and I doubt the project is still being worked on.
Last edited by jettypumpkin07 (April 29, 2020 02:10:14)
- NintendoSwitch02
-
10 posts
Scratch to EXE Compiler WIP
http://i.imgur.com/dt59kTN.png <—“sadly I cant embed images cuz I'm not a scratcherAre you active? Is this still a thing?”
I am currently making a compiler that could turn your scratch game into a real exe game using url=https://love2d.org/]LOVE2D.
Sadly some features won't be available like the use webcams and graphic effects (except the color effect)
Project will be posted in github soon
*Also how could I be a scratcher? does Profile Picture count? It's sad to deal with these limitations*
- 4meansmuchmore
-
100+ posts
Scratch to EXE Compiler WIP
It's been 5 years gang. No updates is no bueno.
- ispretty
-
500+ posts
Scratch to EXE Compiler WIP
There’s also the TurboWarp Packager, so there’s really no need for this. Also, this was for Scratch 2.0, so even if it was finished it wouldn’t work anymore.
- Discussion Forums
- » Advanced Topics
-
» Scratch to EXE Compiler WIP