scratchfoundation / scratch-www

Standalone web client for Scratch
https://scratch.mit.edu
BSD 3-Clause "New" or "Revised" License
1.58k stars 833 forks source link

(suggestion) Developer Page Update #3818

Open apple502j opened 4 years ago

apple502j commented 4 years ago

For Developers Page need some text update:

Header

On this page, you’ll find information about open source projects created and maintained by the Scratch Team at MIT, as well as our thoughts on best practices for designing learning experiences for children. remove "at MIT"

Projects section

Should be changed to:

Scratch Blocks will provide a framework for building programming blocks in vertical (text-based) format. You can access the code and documentation here.

This first release includes code for Scratch’s Horizontal Grammar. Looking ahead, we plan to release additional code including but not limited to the Vertical Grammar (currently used by Scratch), a new Rendering Engine to support sprites and graphic effects, and a new Audio Engine to support creation with sound and music.

Should be changed to:

This contains code for Scratch's Vertical Grammar. Horizontal Grammars are not actively maintained.

Join Us

New sentence:

You can also contribute to our open-source projects. Please read [https://github.com/LLK/scratch-gui/blob/develop/.github/CONTRIBUTING.md contributing guide] carefully before submitting Pull Requests.

FAQ

Explosion-Scratch commented 4 years ago

@Apple502j Wow, that's a lot, a few questions though: 1: What is horizantal vs. vertical block grammar? 2: Also, are sprites and audio rendering going to be added into scratch blocks if this gets implemented? 3: Will the scratchblocks style be updated the the 3.0 look like the scratch wiki has? 4: Is the scratch team no longer located at MIT? Thanks- --Explosion--

apple502j commented 4 years ago

1: They originally were going to add "horizontal/ScratchJr-ish" block grammer. Current one is "vertical" grammer. 2: They won't: instead they're now in scratch-render and scratch-audio 3: This is offtopic 4: Yes. https://scratch.mit.edu/discuss/topic/343760/

Explosion-Scratch commented 4 years ago

Okay! Thank you! Also, for number 3, I didn't read it properly, I though that you were talking about an update to the scratchblovks used in the forum, my apologies. Thanks for your help!