Skip to content

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

License

Notifications You must be signed in to change notification settings

lnaef/ClickScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published