Discuss Scratch

god286
Scratcher
1000+ posts

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

MagicCrayon9342 wrote:

god286 wrote:

(#219)

MagicCrayon9342 wrote:

haha
n p m
p a c k a g e ?
npm isnt really for giving out gui apps thats usually only for npm/nodejs related CLIs.
ok but can you? yes
Sometimes it's better to not support every single thing in the world. At that rate, just put it on PIP, Composer, RubyGems

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
MagicCrayon9342
Scratcher
1000+ posts

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

god286 wrote:

(#221)

MagicCrayon9342 wrote:

god286 wrote:

(#219)

MagicCrayon9342 wrote:

haha
n p m
p a c k a g e ?
npm isnt really for giving out gui apps thats usually only for npm/nodejs related CLIs.
ok but can you? yes
Sometimes it's better to not support every single thing in the world. At that rate, just put it on PIP, Composer, RubyGems
For any of those package managers other than PIP its best not to put GUI apps.

Last edited by MagicCrayon9342 (Jan. 23, 2022 17:35:50)


SinanGentoo
Scratcher
100+ posts

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

MagicCrayon9342 wrote:

god286 wrote:

(#221)

MagicCrayon9342 wrote:

god286 wrote:

(#219)

MagicCrayon9342 wrote:

haha
n p m
p a c k a g e ?
npm isnt really for giving out gui apps thats usually only for npm/nodejs related CLIs.
ok but can you? yes
Sometimes it's better to not support every single thing in the world. At that rate, just put it on PIP, Composer, RubyGems
For any of those package managers other than PIP its best not to put GUI apps.
Hmm… pip doesn't seem to be a package manager? Sorry I confused pip and ppa…

Last edited by SinanGentoo (Jan. 24, 2022 02:38:57)


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!
god286
Scratcher
1000+ posts

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

SinanGentoo wrote:

Hmm… pip doesn't seem to be a package manager?
https://pypi.org/ it's a package manager for Python.
I don't think you can distribute ClipCC on NPM, the way Magic Crayon does it just downloads source into node_modules/*

Here are some of my followers!

I joined: 5 years, 9 months, 24 days ago (31/03/2018)
I have: 479 followers
In total, I have attained: 1,403 loves, 1,145 favourites, and 33,731 views.
Fun Fact: If my account continued to gain followers at a similar rate to right now, in 14,210 years I would reach the number of followers griffpatch has today! Try to imagine how many followers he would have then!
Thank you everyone!
Script created by god286.
kccuber
Scratcher
1000+ posts

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

SinanGentoo wrote:

MagicCrayon9342 wrote:

god286 wrote:

(#221)

MagicCrayon9342 wrote:

god286 wrote:

(#219)

MagicCrayon9342 wrote:

haha
n p m
p a c k a g e ?
npm isnt really for giving out gui apps thats usually only for npm/nodejs related CLIs.
ok but can you? yes
Sometimes it's better to not support every single thing in the world. At that rate, just put it on PIP, Composer, RubyGems
For any of those package managers other than PIP its best not to put GUI apps.
Hmm… pip doesn't seem to be a package manager?
pip's for python, that would be total nonsense for an electron app


Made using Nord Theme & Inkscape
SinanGentoo
Scratcher
100+ posts

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

We are in the process of further improving the ClipCC extension API, so if you have any good ideas, please suggest them at the bottom of the post and we will try to implement them.
(To learn about the extension APIs that are currently available, please go to here)

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

The extension branch is now synced with the latest master branch source. (By the way, dealing with conflicts is a hassle…) You can visit our preview site to experience it.

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!
silvxrcat
Scratcher
500+ posts

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

SinanGentoo wrote:

(#226)
We are in the process of further improving the ClipCC extension API, so if you have any good ideas, please suggest them at the bottom of the post and we will try to implement them.
(To learn about the extension APIs that are currently available, please go to here)
the “api” should be removed because it doesn't seem necessary

“return.message” and “message” doesn't seem necessary either in src/locales/en.json

also allow for an optional abbreviated version of the api for people who like “str” more than “string” and “clr” more than “color”, but you can mix and match abbr. and not abbr. if that makes sense


hi im silver

























i eat orphan babies
Jonathan50
Scratcher
1000+ posts

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

silvxrcat wrote:

also allow for an optional abbreviated version of the api for people who like “str” more than “string” and “clr” more than “color”, but you can mix and match abbr. and not abbr. if that makes sense
I think the full names are fine. “clr” is a little harder to recognise than “color”.

Not yet a Knight of the Mu Calculus.
SinanGentoo
Scratcher
100+ posts

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

ClipCC 3.1 β4 now released!
This version Almost all of the 3.1 stable updates (such as custom reporters, global custom blocks and extension systems) are included, so our efforts will be mostly focused on fixing existing bugs before Chinese New Year.
In that case, we will open up localization contributions shortly. Feel free to contact me if you want to add your own native language support to ClipCC!

PS: The download link is here

Last edited by SinanGentoo (Jan. 29, 2022 14:56:59)


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!
CST1229
Scratcher
1000+ posts

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

SinanGentoo wrote:

so our efforts will be mostly focused on fixing existing bugs before New Year's Eve.
It's already after New Year's Eve, unless you mean the next year or Chinese New Year.

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

CST1229 wrote:

SinanGentoo wrote:

so our efforts will be mostly focused on fixing existing bugs before New Year's Eve.
It's already after New Year's Eve, unless you mean the next year or Chinese New Year.
That's it! Sorry for my typo.

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!
Chiroyce
Scratcher
1000+ posts

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

One of the best scratch mods ever, well done!







April Fools' topics:
New Buildings in Scratch's headquarters
Give every Scratcher an M1 MacBook Air
Scratch should let users edit other Scratchers' projects
Make a statue for Jeffalo
Scratch Tech Tips™
Make a Chiroyce statue emoji


<img src=“x” onerror=“alert('XSS vulnerability discovered')”>

this is a test sentence
SinanGentoo
Scratcher
100+ posts

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

We are trying to rewrite the HTTPIO extension using ClipCC's extension system, with plans to add more request format and data type handling support.
PS: Before ClipCC could not share the document instance with the main page, the extension loading method was replaced by iframe. But axios seems to be unavailable for this reason. Do you have any good ideas?

Last edited by SinanGentoo (Jan. 30, 2022 19:09:39)


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

Try adding an online extension store

PS: Multi-language support will be introduced shortly.

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

Now ClipCC can add extensions from online!

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!
mbrick2
Scratcher
1000+ posts

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

SinanGentoo wrote:

(#236)
Now ClipCC can add extensions from online!
HOw do you add ectensions?








My Forums
ATs
Collabaration
My collabs
AIPoint
AspectOS
CoreOS
OddyseyOS
Cops and Robbers
#BringBackManagerRights
#ReturnRightsToManagers
#WeAreForManagerRights
#LetsRemindAboutMangers
#WeAreMangers
#MangersMustManage

The road to 1000 posts!
0 ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ ▒ 1000
80% complete

Banner Made By @Abcde26



Card Made By @Polygon
SinanGentoo
Scratcher
100+ posts

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

mbrick2 wrote:

SinanGentoo wrote:

(#236)
Now ClipCC can add extensions from online!
HOw do you add ectensions?
I installed it through the extension store.

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!
ScratchcatandGobo
Scratcher
1000+ posts

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

SinanGentoo wrote:

mbrick2 wrote:

SinanGentoo wrote:

(#236)
Now ClipCC can add extensions from online!
HOw do you add ectensions?
I installed it through the extension store.
Yeah but how do we add are own extensions?
also functions broke:
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.

Last edited by ScratchcatandGobo (Feb. 1, 2022 15:33:58)


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

SinanGentoo wrote:

Try adding an online extension store

PS: Multi-language support will be introduced shortly.
Yeah good call replacing the community. It was all buggy and stuff. But now where can we post are projects?

Last edited by ScratchcatandGobo (Feb. 1, 2022 15:36:49)


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