Discuss Scratch

DrKat123
Scratcher
1000+ posts

Is ScratchJR open source?

Since i'm a n00b idk if it's open source or not
Jonathan50
Scratcher
1000+ posts

Is ScratchJR open source?

I don't know.

Btw the .sjr file format is a ZIP (like SB2) and it slightly resembles sb2.
NoMod-Programming
Scratcher
1000+ posts

Is ScratchJR open source?

Jonathan50 wrote:

I don't know.

Btw the .sjr file format is a ZIP (like SB2) and it slightly resembles sb2.
Wait… Does is have JSON? Can you supply a sample file?
Jonathan50
Scratcher
1000+ posts

Is ScratchJR open source?

NoMod-Programming wrote:

Jonathan50 wrote:

I don't know.

Btw the .sjr file format is a ZIP (like SB2) and it slightly resembles sb2.
Wait… Does is have JSON? Can you supply a sample file?
$ file Jumpingcat.sjr 
Jumpingcat.sjr: Zip archive data, at least v1.0 to extract
$ mkdir Jumpingcat
$ cd Jumpingcat/
$ unzip ../Jumpingcat.sjr
Archive: ../Jumpingcat.sjr
creating: project/
extracting: project/data.json
creating: project/thumbnails/
extracting: project/thumbnails/3_274e5f7f0dc935c12bfa6f9d5c9e98c3.png
creating: project/sounds/
extracting: project/sounds/SND3347195f2f24bf5cad2b6258855d2362.wav
extracting: project/sounds/SNDa9d9513c0661721d01e8091ad331cf4b.wav
extracting: project/sounds/SNDad94083e3be63071a19fc6764cdcb5e0.wav
extracting: project/sounds/SND6bbdd860c0fa1f8377a2c4298077f58d.wav
extracting: project/sounds/SNDaf60056deb2597637916884eb5ca87bc.wav
$ ls
project
$ ls project/
data.json sounds thumbnails
heres the JSON file:
{"isgift":"0","version":"iOSv01","thumbnail":{"pagecount":1,"md5":"3_274e5f7f0dc935c12bfa6f9d5c9e98c3.png"},"ctime":"2016-01-07 19:18:16","deleted":"NO","mtime":"1452202477217","name":"Jumping cat","id":"3","json":{"pages":["page 1"],"currentPage":"page 1","page 1":{"textstartat":36,"sprites":["Cat 1"],"md5":"Summer.svg","num":1,"lastSprite":"Cat 1","Cat 1":{"shown":true,"type":"sprite","md5":"Cat.svg","id":"Cat 1","flip":true,"name":"Cat","angle":0,"scale":0.5,"speed":2,"defaultScale":0.5,"sounds":["pop.mp3","SND3347195f2f24bf5cad2b6258855d2362.wav","SNDa9d9513c0661721d01e8091ad331cf4b.wav","SNDad94083e3be63071a19fc6764cdcb5e0.wav","SND6bbdd860c0fa1f8377a2c4298077f58d.wav","SNDaf60056deb2597637916884eb5ca87bc.wav"],"xcoor":240,"ycoor":180,"cx":83,"cy":116,"w":166,"h":232,"homex":240,"homey":180,"homescale":0.5,"homeshown":true,"homeflip":false,"scripts":[[["onmessage","Red",195,205.99993896484375],["repeat",2,268,173.99993896484375,[["forward",0,303,205.99993896484375],["repeat",4,368,189.99993896484375,[["hop",3,403,205.99993896484375],["forward",1,468,205.99993896484375]]],["back",0,597,205.99993896484375],["repeat",4,662,189.99993896484375,[["hop",3,697,205.99993896484375],["back",1,762,205.99993896484375]]]]]],[["onmessage","Orange",612,79],["message","Red",685,79],["say","Yay!",750,79],["say","Again!",815,79],["forever","null",880,79]],[["onflag","null",224,81],["say","Hi",297,81],["message","Orange",362,81]]]},"layers":["Cat 1"]}}}
PullJosh
Scratcher
1000+ posts

Is ScratchJR open source?

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo

Last edited by PullJosh (Feb. 3, 2016 01:23:51)

DrKat123
Scratcher
1000+ posts

Is ScratchJR open source?

Jonathan50 wrote:

I don't know.

Btw the .sjr file format is a ZIP (like SB2) and it slightly resembles sb2.
Ikr Ubuntu tinks its a zip and when i opened it with the archiver it shows the JSON and other files
DrKat123
Scratcher
1000+ posts

Is ScratchJR open source?

PullJosh wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo
Yup.
But i remember seeing ScratchJr on Google Play.
Is ScratchJR avalaible on Android?
(I'm using mobile version of the forums, so it's hard to quote posts i wanna quote)
technoboy10
Scratcher
1000+ posts

Is ScratchJR open source?

DrKat123 wrote:

PullJosh wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo
Yup.
But i remember seeing ScratchJr on Google Play.
Is ScratchJR avalaible on Android?
(I'm using mobile version of the forums, so it's hard to quote posts i wanna quote)
It is, yeah, but the open source issues with Apple would still be there anyway (assuming they use the same codebase, roughly, for iOS and Android).
Jonathan50
Scratcher
1000+ posts

Is ScratchJR open source?

technoboy10 wrote:

DrKat123 wrote:

PullJosh wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo
Yup.
But i remember seeing ScratchJr on Google Play.
Is ScratchJR avalaible on Android?
(I'm using mobile version of the forums, so it's hard to quote posts i wanna quote)
It is, yeah, but the open source issues with Apple would still be there anyway (assuming they use the same codebase, roughly, for iOS and Android).
What issues?

PullJosh wrote:

A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo
OS X is proprietary… (It does have a few free components, though)
DrKat123
Scratcher
1000+ posts

Is ScratchJR open source?

Jonathan50 wrote:

technoboy10 wrote:

DrKat123 wrote:

PullJosh wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo
Yup.
But i remember seeing ScratchJr on Google Play.
Is ScratchJR avalaible on Android?
(I'm using mobile version of the forums, so it's hard to quote posts i wanna quote)
It is, yeah, but the open source issues with Apple would still be there anyway (assuming they use the same codebase, roughly, for iOS and Android).
What issues?

PullJosh wrote:

A bit of searching didn't yield any results. Apple doesn't usually like open-source projects, for whatever reason.

Edit was to fix typo
OS X is proprietary… (It does have a few free components, though)
technoboy10
Scratcher
1000+ posts

Is ScratchJR open source?

Jonathan50 wrote:

What issues?
IIRC, the App Store has some really weird licensing terms that restrict your ability to open source your app.
Jonathan50
Scratcher
1000+ posts

Is ScratchJR open source?

technoboy10 wrote:

Jonathan50 wrote:

What issues?
IIRC, the App Store has some really weird licensing terms that restrict your ability to open source your app.
I don't know about that, but it applies restrictions that take away the app's user's freedom (even if the developer wants to let them do stuff) that makes it incompatible with the GPL.
But you can still use permissive licenses like the BSD and MIT licenses.
Vienradze
Scratcher
500+ posts

Is ScratchJR open source?

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
What is the open source?
WooHooBoy
Scratcher
1000+ posts

Is ScratchJR open source?

Vienradze wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
What is the open source?

Stickies wrote:

What's an Open Source Project?
When coding a project in the greater community of software developers, open source refers to coding something that anyone has free access to, like Scratch projects. This means you can of course grab a copy of our open source repository and build with it however you'd like to!

liam48D
Scratcher
1000+ posts

Is ScratchJR open source?

Nope. IIRC Apple doesn't allow open source applications on the app store..
Jonathan50
Scratcher
1000+ posts

Is ScratchJR open source?

liam48D wrote:

Nope. IIRC Apple doesn't allow open source applications on the app store..
Well, they do, but they don't allow GPL'd apps though because the App Store's TOS has some terms which say you can't copy apps (even if the DEVELOPER WANTS to let you copy the app)

Last edited by Jonathan50 (Feb. 7, 2016 22:32:59)

DrKat123
Scratcher
1000+ posts

Is ScratchJR open source?

Vienradze wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
What is the open source?
It's not the open source.
It's a open source project
Jonathan50
Scratcher
1000+ posts

Is ScratchJR open source?

DrKat123 wrote:

Vienradze wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
What is the open source?
It's not the open source.
It's a open source project
Actually it's an open source project
DrKat123
Scratcher
1000+ posts

Is ScratchJR open source?

Jonathan50 wrote:

DrKat123 wrote:

Vienradze wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
What is the open source?
It's not the open source.
It's a open source project
Actually it's an open source project
Grammar Nazis
PullJosh
Scratcher
1000+ posts

Is ScratchJR open source?

DrKat123 wrote:

Jonathan50 wrote:

DrKat123 wrote:

Vienradze wrote:

DrKat123 wrote:

Since i'm a n00b idk if it's open source or not
What is the open source?
It's not the open source.
It's a open source project
Actually it's an open source project
Grammar Nazis
That's a sentence fragment.

Powered by DjangoBB