Skip to content

Scrap v4.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 08:32
· 5 commits to main since this release

Scrap

Introducing Scrap, a revolutionary visual programming editor designed for creators of all levels. Much like Scratch, Scrap provides an intuitive interface for building interactive projects through block-based coding. However, Scrap takes it a step further by seamlessly integrating TypeScript, empowering users to leverage the flexibility and power of a full-fledged programming language. Whether you're a beginner exploring the basics of coding or an experienced developer seeking a more accessible way to prototype ideas, Scrap is your ultimate tool for bringing creativity to life. Learn more at scrap.tomaswrobel.dev.

Changes in this release:

4.5.0 - 2024-5-2

Added

  • Better tokenizer
  • When loaded block
  • Advanced for loop transformation from TS to blocks
  • blocks/parameter - Variable removing, info
  • field_flag - Flag icon in the when flag clicked block
  • field_param - Blockly's constant handling (you cannot change the value of a constant)