tjvr / kurt

Python library for reading/writing MIT's Scratch file format.
https://kurt.tjvr.org
GNU General Public License v3.0
86 stars 24 forks source link

Scratch 3 Support #33

Closed CosmicWebServices closed 7 years ago

Tymewalk commented 7 years ago

I don't think it's really possible until we know a little more about Scratch 3's .sb3 design.

We have the block format XML (equivalent of the JSON file in sb2s), but nothing else yet.

CosmicWebServices commented 7 years ago

That is kind of what I meant we have a working scratch-vm and by what I was looking at the .sb3 files are going to be those xml files

Tymewalk commented 7 years ago

@CosmicWebServices Yes, but we don't know how images, sounds, etc. are going to be stored.

That's one of the big uses of Kurt - importing a bunch of images without crashing things.

CosmicWebServices commented 7 years ago

Oh OK