Discuss Scratch

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#353)

MagicCrayon9342 wrote:

How can I make an extension for ClipCC?
Follow ClipCC Extension Writing Guide
You can refer to some other extensions such as CatBlocks , websocket and FileIO
The current standard library documentation does not provide multilingual support, but you can use translation software to read and understand it.
Would it be possible to have each block have a corresponding javascript function?
It was like that.
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#361)

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#353)

MagicCrayon9342 wrote:

How can I make an extension for ClipCC?
Follow ClipCC Extension Writing Guide
You can refer to some other extensions such as CatBlocks , websocket and FileIO
The current standard library documentation does not provide multilingual support, but you can use translation software to read and understand it.
Would it be possible to have each block have a corresponding javascript function?
It was like that.
So the rest of the issues now are my misconfiguration, the solution to most of the issues is just install the package it requests with the –save argument (which then adds it to package.json. Pretty much
Chiroyce
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

That's not a solution, a large margin of users use Windows. Its make it work with Windows or you miss out on a lot of users. When I get it to work I'll help you fix it.
AFAIK scratch-gui or some repo of scratch cannot build on windows, you need to use wsl or cygwin.
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

Chiroyce wrote:

(#363)

MagicCrayon9342 wrote:

That's not a solution, a large margin of users use Windows. Its make it work with Windows or you miss out on a lot of users. When I get it to work I'll help you fix it.
AFAIK scratch-gui or some repo of scratch cannot build on windows, you need to use wsl or cygwin.
Well, then I just wont use it if the developers of said repository can't get it to work on an OS that 75% of users use . ClipCC extensions have capability to be built on Windows, I just need to fix the bugs I encounter manually.

Last edited by MagicCrayon9342 (April 2, 2022 14:17:51)

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#361)

MagicCrayon9342 wrote:

SinanGentoo wrote:

(#353)

MagicCrayon9342 wrote:

How can I make an extension for ClipCC?
Follow ClipCC Extension Writing Guide
You can refer to some other extensions such as CatBlocks , websocket and FileIO
The current standard library documentation does not provide multilingual support, but you can use translation software to read and understand it.
Would it be possible to have each block have a corresponding javascript function?
It was like that.
So the rest of the issues now are my misconfiguration, the solution to most of the issues is just install the package it requests with the –save argument (which then adds it to package.json. Pretty much
Logically it shouldn't, I'm not sure why cli doesn't recognize yarn under Windows. I have to debug them sometime
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features


A canvas plugin
CST1229
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

A canvas plugin
Isn't that basically pen but with a few extra stuff?
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

CST1229 wrote:

SinanGentoo wrote:

A canvas plugin
Isn't that basically pen but with a few extra stuff?
No, This extension is completely based on the canvas API and is used in a completely different way than the Pen.
This means it has a much faster drawing speed than Pen and achieves some effects that the original does not (such as blurring)
Toprak135
Scratcher
29 posts

ClipCC - A scratch mod with compiler, extension and more features

Phooey, that was a lot of new stuff. If only Scratch was like this from day one.
ScratchcatandGobo
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

Data lost

You might be visiting something that doesn't exist yet (‾◡◝)
or
Oops! Something went wrong.

We are so sorry, but it looks like Scratch has crashed. This bug has been automatically reported to the Scratch Team. Please refresh your page to try again.
On litterly every project.

Last edited by ScratchcatandGobo (April 3, 2022 14:54:25)

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

ScratchcatandGobo wrote:

Data lost

You might be visiting something that doesn't exist yet (‾◡◝)
or
Oops! Something went wrong.

We are so sorry, but it looks like Scratch has crashed. This bug has been automatically reported to the Scratch Team. Please refresh your page to try again.
On litterly every project.
It's a front-end demo, until we finished the back-end.
mbrick2
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

Could you add an extension to bring back april fools (hotfix/totally-normal-2022)
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

mbrick2 wrote:

Could you add an extension to bring back april fools (hotfix/totally-normal-2022)
Sure
mbrick2
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

(#373)

mbrick2 wrote:

Could you add an extension to bring back april fools (hotfix/totally-normal-2022)
Sure
Thanks
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

ClipCC 3.1.2 beta1 released! Sorry for taking so long to release the beta offline version after a huge update(upgrade to React 17). We fixed a lot of bugs, added a completely rewritten settings screen and provided a new extension interface.

Screenshot


Download
Github

Last edited by SinanGentoo (April 12, 2022 02:52:31)

SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

Add a documentation.
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

Add High-Quality Pen support
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

Add High-Quality Pen support
How about support for assets up to 1440p or maybe even 4K!!!!!
SinanGentoo
Scratcher
100+ posts

ClipCC - A scratch mod with compiler, extension and more features

MagicCrayon9342 wrote:

SinanGentoo wrote:

Add High-Quality Pen support
How about support for assets up to 1440p or maybe even 4K!!!!!
Do you mean “HD image uploads”?
MagicCrayon9342
Scratcher
1000+ posts

ClipCC - A scratch mod with compiler, extension and more features

SinanGentoo wrote:

MagicCrayon9342 wrote:

SinanGentoo wrote:

Add High-Quality Pen support
How about support for assets up to 1440p or maybe even 4K!!!!!
Do you mean “HD image uploads”?
yes

Powered by DjangoBB