Forum Moderators: open

Message Too Old, No Replies

WaterBear - A visual JS builder

A "Scratch-like" program that allows you to build JS visually

         

Demaestro

9:35 pm on May 5, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



This was presented at JSConf on May 3rd

You don't write a program in Scratch you assemble it by dragging and dropping blocks representing programming constructs onto a design surface. You still have to set values via parameter slots within the blocks but the difficult task of creating the program's flow of control is reduced to clicking blocks together.


There is a really neat demo here:
[waterbearlang.com...]

You can read about it here:
[i-programmer.info...]

Years ago, I learned how to write SQL, join tables and all that by using Access's query builder tool, looking at the query it would create then I would work my way backwards to figure it all out.

A tool like this could very well do the same thing for some using Javascript. I am going to be trying it out to see if it is viable to use or not.

In theory it is an amazing idea if it in fact behaves as you would expect.

rocknbil

10:09 pm on May 5, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Error: invalid property id
local.shape = global.paper.arcslice({{1}}, {{2}},{{3}});

maybe later . . .

Leosghost

10:09 pm on May 5, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Interesting..

There is a visual filter "builder" for photoshop uses a similar concept name of "filterforge"..nice that creativity doesn't always have to mean learning an entire new language and grammar..( although eventually "fluency" with the language helps in conception )..before one can make something that works.

Reminds me a little of that "table" that Björk uses ..sort of "concréte" approach to making things.

@rocknbil ;-) ..for now its probably at the toddler stage, needs to have its hand held ;-)

rocknbil

6:10 pm on May 6, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Just meant tried to look, wasn't working, and that's what the error console reported. I'll probably form the same attitude as with WYSIWYG's, give me a wrench and open the hood. :-)

Demaestro

5:46 pm on May 10, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Not sure why these keep falling on my lap but I came across a CSS one as well... works a lot better than the JS one.

[layerstyles.org...]