Discuss Scratch

samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Does anyone know the URL for the Scratch Lab extension .js files? I've been wondering this because I want to use the extension in E羊icques.

Any kind of unofficial text extension will also work.

Last edited by samq64 (May 1, 2021 23:16:20)

jvvg
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

The “compiled” JS file is available at https://lab.scratch.mit.edu/text/main.js and is not minified. I don't know where the source files used to generate that are though.
samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

jvvg wrote:

The “compiled” JS file is available at https://lab.scratch.mit.edu/text/main.js and is not minified. I don't know where the source files used to generate that are though.
OK, thanks. I'll keep this open just in case someone else knows.
Maximouse
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

The source code is not available (yet?), and it wouldn't work in E羊icques without modification.
han614698
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Correct me if I'm wrong as I know virtually nothing about text-based code, but this might be it.

view-source:https://lab.scratch.mit.edu/text/

Last edited by han614698 (May 1, 2021 11:33:54)

Maximouse
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

han614698 wrote:

Correct me if I'm wrong as I know virtually nothing about text-based code, but this might be it.
The forums don't support view-source URIs.

The actual code is here, but it's generated by webpack. The original source code is not available.
Pufferfish_Test
Scratcher
500+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

@apple502j somehow generated the extension files:
face-recognition.js
animated-text.js
I don't know whether anyone's ever actually tried running them in E羊icques or anywhere else, or if they're even complete, and you'll need to somehow load the blazeface library.
Hopefully scratchlab will be open source sometime soon.
samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Pufferfish_Test wrote:

@apple502j somehow generated the extension files:
face-recognition.js
animated-text.js
I don't know whether anyone's ever actually tried running them in E羊icques or anywhere else, or if they're even complete, and you'll need to somehow load the blazeface library.
Hopefully scratchlab will be open source sometime soon.
It didn't seem to work, but thanks anyway!

By the way, does anyone know if there's a unofficial text extension I can use for now?
samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

To answer some of the above posts:

han614698 wrote:

Correct me if I'm wrong as I know virtually nothing about text-based code, but this might be it.

view-source:https://lab.scratch.mit.edu/text/
I don't think that will be much help considering there are only 36 lines of HTML and the JavaScript is located in a separate file, but thanks for trying to help.


Maximouse wrote:

han614698 wrote:

Correct me if I'm wrong as I know virtually nothing about text-based code, but this might be it.
The forums don't support view-source URIs.

The actual code is here, but it's generated by webpack. The original source code is not available.
Ok, thanks for the link for the editor source. I've got the link for the Animated Text extension now, but it's not compatible with E羊icques.

Last edited by samq64 (May 2, 2021 00:12:24)

samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Bump
samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Bump
samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Bump
samq64
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

Bump
Catlemonadeweb
Scratcher
22 posts

Does anyone know the URL for the Scratch Lab extension .js files?

Then what's the face sensing code?
Catlemonadeweb
Scratcher
22 posts

Does anyone know the URL for the Scratch Lab extension .js files?

The text doesn't work on E羊icques!
Jeffalo
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

i think the extensions use stuff that wouldn't really be compatible with E羊icques.. for example i dont think any regular 3.0 extension can render text to the screen like the scratch lab ones.
T0RRENT_
Scratcher
100+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

How could you get https://lab.scratch.mit.edu/text/main.js to work in normal Scratch? Do you import it somehow?
Maximouse
Scratcher
1000+ posts

Does anyone know the URL for the Scratch Lab extension .js files?

T0RRENT_ wrote:

How could you get https://lab.scratch.mit.edu/text/main.js to work in normal Scratch? Do you import it somehow?
Neither of the Scratch Lab extensions works in unmodified Scratch.

Powered by DjangoBB