mschulz / ClickScript

ClickScript is a visual programming language, a data flow programming language running entirely in a web browser.

Home Page:http://www.clickscript.ch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClickScript - Visual Programming in the Browser

HowTo

Playing araound with ClickScript

  • Open HTML file ./cs/Online-ClickScript-IDE.html in the browser

Developing ClickScript without linking Online Libraries

  • Add dojo and jquery library to local machine
  • Open HTML file ./cs/ClickScript-IDE.html and edit dojo and jquery sources
  • Open the file in the browser

Developing new Modules

  • add new modulefolder to ./cs/lib/ and add needed init.js (compare to other libraries)
  • add enable module in your IDE by adding dojo.require("cs.lib.path.to.your.module.init");

FAQ

  • ?

Questions

  • If you have any questions, please feel free to ask me by email: contact'at'clickscript.ch
  • You can get a copy of the masterthesis to this project by contact me through email
  • Please reference the masterthesis in case you are using ClickScript

About

ClickScript is a visual programming language, a data flow programming language running entirely in a web browser.

http://www.clickscript.ch

License:GNU General Public License v3.0