/editor

The web-based visual programming editor.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Groove Editor

Groove is a web-based, visual programming editor. Users can create sprites and sounds and drag blocks together to build programs. The editor is forked from blocky, all other code is made from scratch. All code is free and open source.

The project page/editor is https://grooveprogramming.github.io/editor

Creating custom blocks https://developers.google.com/blockly/guides/create-custom-blocks/overview

Planned Features:

  • The editor will fill the whole screen when you open a script from the assets.
  • The blocks will be split up into different categories (in concept art).
  • Scripts can be named (in concept art).
  • Something like @Griffpatch's scratch developer tools will be built in (in concept art).

Planned Blocks:

Motion
  • Blocks
Looks
  • Blocks
Sounds
  • Blocks
Events
  • Blocks
Control
  • Blocks
Sensing
  • Blocks
Operators
  • Blocks
Variables
  • Blocks
Custom Blocks / My Blocks
  • Blocks

Prototype art:

Want to contribute? Great! First, read our guidelines for contributors.

Releases:

Groove is currently in early development. All releases will be under the releases tab in the code section.