Discuss Scratch

SinanGentoo
Scratcher
100+ posts

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

Hello, I’m Sinan Gentoo. I started trying to make a Scratch mod in 2020 (I named it ClipCC), and this is the first time my account is sharing this mod on the Scratch site, so I hope you’ll like it!


What ClipCC added

Extension support

We introduced support for load scratch extensions in 3.1. What’s more, ClipCC also introduces a new, more powerful extension system than the original Scratch. It allows extensions to add/modify editor content directly with the introduction of node modules. If you are interested in this new extension system, you can take a look at the documentation of this extension system.



Global function

This feature allows you to call an identical function (or “custom block”) within any sprite (including stages). Note that the global function acts on the same sprite as the one that defines it, and in principle, functions are not allowed to have duplicate names.


Custom reporter

This feature is suitable for projects that require a lot of recursive operations or need to compress program content. you can eliminate unnecessary variables and blocks by customizing a reporter. Because these two features are implemented, We decided to rename the “custom block” to “function”.


High-Quality Pen


Auto saving

We’ve added an autosave feature to ClipCC, which helps save you from the pain of data loss due to browser crashes (I’ve experienced it myself XD). Since this feature uses the FileSystem API, only Chrome browsers can support it.


Print text on stage

For some reason, ClipCC has added some blocks for printing text and drawing rectangles on stage.


Dark mode

Dark Mode is a “dramatic” new look that helps you focus on creating in the dark, creating a distraction-free atmosphere. You can adjust it in the settings! (default follow system)


Usage

Online editor
Desktop
Open Source

Last edited by SinanGentoo (April 18, 2022 12:22:56)

Chiroyce
Scratcher
1000+ posts

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

Epic! This seems like the best mod ever!!
Sid72020123
Scratcher
500+ posts

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

(long unnecessary quote removed by moderator - please don't spam)

This is cool!

Last edited by Paddle2See (Nov. 15, 2021 16:23:12)

MagicCrayon9342
Scratcher
1000+ posts

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

amazing! This is literally the best mod ever, that layout is amazing!
MagicCrayon9342
Scratcher
1000+ posts

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

Having an english version of the main website 'd be cool
SinanGentoo
Scratcher
100+ posts

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

MagicCrayon9342 wrote:

Having an english version of the main website 'd be cool
It may be that I misunderstood what you meant, but ClipCC has always supported English.
MagicCrayon9342
Scratcher
1000+ posts

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

SinanGentoo wrote:

MagicCrayon9342 wrote:

Having an english version of the main website 'd be cool
It may be that I misunderstood what you meant, but ClipCC has always supported English.
codingclip.com
SinanGentoo
Scratcher
100+ posts

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

MagicCrayon9342 wrote:

SinanGentoo wrote:

MagicCrayon9342 wrote:

Having an english version of the main website 'd be cool
It may be that I misunderstood what you meant, but ClipCC has always supported English.
codingclip.com
This is a semi-finished product and is still in the early stages of development. We will add multilingual support to the community before completion.
MagicCrayon9342
Scratcher
1000+ posts

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

SinanGentoo wrote:

MagicCrayon9342 wrote:

SinanGentoo wrote:

MagicCrayon9342 wrote:

Having an english version of the main website 'd be cool
It may be that I misunderstood what you meant, but ClipCC has always supported English.
codingclip.com
This is a semi-finished product and is still in the early stages of development. We will add multilingual support to the community before completion.
k
kccuber
Scratcher
1000+ posts

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

How do you do the custom reporter blocks thing?
MagicCrayon9342
Scratcher
1000+ posts

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

does this use a framework, or vanilla HTML/CSS/JS, if it uses a framework I unfortunately can't just have it on gh-pages
kccuber
Scratcher
1000+ posts

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

MagicCrayon9342 wrote:

does this use a framework, or vanilla HTML/CSS/JS, if it uses a framework I unfortunately can't just have it on gh-pages
theres already a clipcc website. i dont know why you want it on your own github page.
-EmeraldThunder-
Scratcher
1000+ posts

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

This seems like a great mod, I really love the layou and UI.
Verixion
Scratcher
100+ posts

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

I remember seeing a topic, exactly the same..

(https://scratch.mit.edu/discuss/topic/544827/?page=1#post-5630523 ), have you made your own topic so you can easily edit it?

Last edited by Verixion (Nov. 13, 2021 19:19:12)

kccuber
Scratcher
1000+ posts

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

Verixion wrote:

I remember seeing a topic, exactly the same..

(https://scratch.mit.edu/discuss/topic/544827/?page=1#post-5630523 ), have you made your own topic so you can easily edit it?
sinangentoo used to be a new scratcher so they got a scratcher to post with the images
SinanGentoo
Scratcher
100+ posts

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

kccuber wrote:

How do you do the custom reporter blocks thing?
This feature is still in development, So we put this function on another website, you can visit him here.

Last edited by SinanGentoo (Nov. 13, 2021 22:18:46)

SinanGentoo
Scratcher
100+ posts

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

See also extension features, You can find the document in GitHub
MagicCrayon9342
Scratcher
1000+ posts

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

SinanGentoo wrote:

See also extension features, You can find the document in GitHub
Being able to load extensions from a URL is what I've always wanted to see in a scratch editor.
ScolderCreations
Scratcher
1000+ posts

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

MagicCrayon9342 wrote:

SinanGentoo wrote:

See also extension features, You can find the document in GitHub
Being able to load extensions from a URL is what I've always wanted to see in a scratch editor.
Wow, I'm sure sheeptester/maker never did this before in a scratch mod…
MagicCrayon9342
Scratcher
1000+ posts

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

ScolderCreations wrote:

MagicCrayon9342 wrote:

SinanGentoo wrote:

See also extension features, You can find the document in GitHub
Being able to load extensions from a URL is what I've always wanted to see in a scratch editor.
Wow, I'm sure sheeptester/maker never did this before in a scratch mod…
the only scratch mods i know of are ClipCC and that other one that starts with an A. sooo

Powered by DjangoBB