Discuss Scratch

SinanGentoo
Scratcher
100+ posts

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

MagicCrayon9342 wrote:

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
This feature has not been added yet.

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
han614698
Scratcher
1000+ posts

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

This is the best Scratch Mod I've ever seen - bravo!

<Scratch Wikian | Forum Helper | 6000+ Posts>

Credit to -gge for the icons in my signature | I condensed all this code into five lines using [p] tags, idk why




SinanGentoo
Scratcher
100+ posts

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

We have tried to fix the existing custom reporter bugs, fixing the issue that the outer block is skipped execution when custom reporter does not RETURN, does not return value when clicking custom reporter directly, and gets stuck when recursive.

Last edited by SinanGentoo (April 24, 2022 11:08:38)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
MagicCrayon9342
Scratcher
1000+ posts

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

i'm making a scratch mod now, and I'm tellin ya.. its hard. How.. did.. you.. build.. scratch.. blocks? It gives me nothing but errors on Windows and in WSL.

kccuber
Scratcher
1000+ posts

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

MagicCrayon9342 wrote:

i'm making a scratch mod now, and I'm tellin ya.. its hard. How.. did.. you.. build.. scratch.. blocks? It gives me nothing but errors on Windows and in WSL.
Maybe install default-jre in WSL?
sudo apt install default-jre
This solved my problems with scratch-blocks!

Last edited by kccuber (April 24, 2022 16:27:37)



Made using Nord Theme & Inkscape
MagicCrayon9342
Scratcher
1000+ posts

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

kccuber wrote:

MagicCrayon9342 wrote:

i'm making a scratch mod now, and I'm tellin ya.. its hard. How.. did.. you.. build.. scratch.. blocks? It gives me nothing but errors on Windows and in WSL.
Maybe install default-jre in WSL?
sudo apt install default-jre
This solved my problems with scratch-blocks!
Installed default jre, but I get an error involving the build.py and a few syntax errors I think.
as of now its best to go to the correct topic.

Last edited by MagicCrayon9342 (April 24, 2022 16:31:25)


qloakonscratch
Scratcher
1000+ posts

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

Time to make a new ac-



I thought this was ClipCC, not school…




Now Showing: CCRP V
https://scratch.mit.edu/studios/33864948/


Coding on Scratch since 2013

Foruming since 2016

In the Forum Helpers since 2022
MagicCrayon9342
Scratcher
1000+ posts

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

Where do extensions go in the vanilla scratch-gui source

CST1229
Scratcher
1000+ posts

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

MagicCrayon9342 wrote:

Where do extensions go in the vanilla scratch-gui source
The actual extension is in scratch-vm (iirc src/extensions).
The extension library entry is in scratch-gui/src/lib/libraries/extensions/index.jsx.

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



SinanGentoo
Scratcher
100+ posts

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

qloakonscratch wrote:

Time to make a new ac-



I thought this was ClipCC, not school…
We will remove it before it goes live XD
It's still in early beta, so I don't think we can fully open up registration.
(If you want to participate in the early test, you can email me!)

Last edited by SinanGentoo (April 24, 2022 22:35:35)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
SinanGentoo
Scratcher
100+ posts

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

MagicCrayon9342 wrote:

i'm making a scratch mod now, and I'm tellin ya.. its hard. How.. did.. you.. build.. scratch.. blocks? It gives me nothing but errors on Windows and in WSL.
You need to be on Linux and have Python2 installed to compile the original scratch-blocks properly. Because the script is too long, it cannot be run on Windows.
We have rewritten the build script to compile with Python 3 on Windows.

Last edited by SinanGentoo (April 24, 2022 22:30:13)


Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
oofguy21AcHacked
Scratcher
4 posts

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

The OS thing doesn't work very well. It claims I'm on a Linux, when I'm on a Chromebook.
CST1229
Scratcher
1000+ posts

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

oofguy21AcHacked wrote:

(#392)
The OS thing doesn't work very well. It claims I'm on a Linux, when I'm on a Chromebook.
IIRC ChromeOS is Linux-based (although it has its own user agent so IDK how that happened). Or are you using the Linux mode thing on a Chromebook? In that case, it returning Linux is expected since you're running Linux, not ChromeOS.

This is a signature. It's a piece of text that appears below every post I write. Click here to learn more, including how to make your own.
RIP assets image hosting. 2013?-2023



SinanGentoo
Scratcher
100+ posts

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

We have implemented short-circuit evaluation in ClipCC. It is important to note that ClipCC is undefined for short-circuiting operations of logical operations and the order in which parameters are calculated now. This issue may be fixed later, but you should still make sure that your current project does not have behavior that depends on these features.

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
MagicCrayon9342
Scratcher
1000+ posts

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

SinanGentoo
Scratcher
100+ posts

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

MagicCrayon9342 wrote:

Made a pr
https://github.com/Clipteam/clipcc-gui/pull/127
Merged, Thanks for your contributions!

Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
SinanGentoo
Scratcher
100+ posts

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

ClipCC 3.1.2-beta2 released! Add short-circuit evaluation support and fix some bugs.



Hello, I’m SinanGentoo, a developer of a Scratch mod named ClipCC. ClipCC is a Scratch with compiler, third-party extensions, custom block with return and tons of features, you can try it here!
MagicCrayon9342
Scratcher
1000+ posts

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

ClipCC is Down!

this post is outdated and the site is now up and running again

Last edited by MagicCrayon9342 (May 1, 2022 14:02:50)


ScratchcatandGobo
Scratcher
1000+ posts

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

MagicCrayon9342 wrote:

ClipCC is Down!

this post is outdated and the site is now up and running again
Oh, so you use windows 11?

Yeah, but at least we've learned something today… that every moment of our life should be lived to the fullest because it can be very long or very short, my friend. - Gumball
I felt like I wanted to develop games on here, so I won't leave! (for now)
(last edited 2/8/24)





























ScratchcatandGobo
Scratcher
1000+ posts

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

Login on here should be made with Scratch Auth.

Yeah, but at least we've learned something today… that every moment of our life should be lived to the fullest because it can be very long or very short, my friend. - Gumball
I felt like I wanted to develop games on here, so I won't leave! (for now)
(last edited 2/8/24)





























Powered by DjangoBB