Something like Scratch or Google AppInventor, but for JavaScript or HTML5?

I am looking for a programming environment similar to Scratch or AppInventor , but generating code for JavaScript or HTML5. The basic idea is to build a program using building blocks. I need this for educational purposes.

+3
source share
4 answers

I am a Waterbear developer , so I appreciate the plugin with a warning that it is still very early and rude, so that is an acceptor of reservations. Another HTML block language, also based on Scratch , is DesignBlocks , although I'm not sure what the development status is.

+2
source
  • Lilyapp is the only browser-based visual programming environment I know ... It uses the thread-based paradigm of Pure-Data and friends and not the block approach Scratch & Co. This is actually a visual programming environment running in a browser, and not a tool for creating websites. But you can still check it out.

  • Yahoo - ( Mashups) .

+1

Mark Waterbear with source

+1
source

check phpBlocks

This is JavaScript + PHP Backend Solution, such as AppInventor from Google.

http://www.freegroup.de/software/phpBlocks/demo.html

Hi

Andreas

0
source

Source: https://habr.com/ru/post/1779881/


All Articles