VS Code extension combining Scratch + Leopard JS #194
cristian-spiescu
started this conversation in
Show and tell
Replies: 3 comments 4 replies
|
First of all, I love the scratch editor embedded in VSCode. To make sure I'm understanding the project correctly, are you making a scratch project, converting that project to JS, and then writing additional JS code by hand that imports/extends the generated project? |
2 replies
Any update? |
0 replies
|
Hi 🙂, Both my colleague and I: we were busy on other projects, so this project was put on hold. However, we restarted work a couple of days ago. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Some while ago, I discovered Leopard JS, containing a JS runtime and a JS code generator (from
.sb3files ->.jsfiles). However, proper tooling was not there yet. I was asking about this subject back then (in #150).Meanwhile I started working w/ colleagues on a VS Code extension combining Scratch + Leopard JS. I first mentioned it here, and then I observed that the "Discussions" section might be a good place to showcase it.
The aim is to be able to combine generated JS (from Scratch) w/ hand written code using OOP/inheritance.
A screenshot:
The project is for the moment very incipient. I'll update when we've got something usable.
All reactions