Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnaef/ClickScript
ClickScript is a visual programming language, a data flow programming language running entirely in a web browser.
https://github.com/lnaef/ClickScript
Last synced: 3 days ago
JSON representation
ClickScript is a visual programming language, a data flow programming language running entirely in a web browser.
- Host: GitHub
- URL: https://github.com/lnaef/ClickScript
- Owner: lnaef
- License: gpl-3.0
- Created: 2012-08-12T18:17:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-08-12T19:50:49.000Z (over 12 years ago)
- Last Synced: 2024-08-02T05:08:16.930Z (3 months ago)
- Language: JavaScript
- Homepage: http://www.clickscript.ch
- Size: 11.7 MB
- Stars: 64
- Watchers: 9
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.TXT
Awesome Lists containing this project
README
[ClickScript](http://clickscript.ch/) - 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