VS Code extension combining Scratch + Leopard JS #194
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? |
Beta Was this translation helpful? Give feedback.
-
Any update? |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions