Commit b9e95ed3 authored by Carlos Pereira Atencio's avatar Carlos Pereira Atencio Committed by carlospamg

Added readme with basic infor, still to be finished

parent 901be397
## Ardublockly
"Ardublockly" is a fork of [Blockly](https://code.google.com/p/blockly/), a web-based graphical programming editor, that has been updated to work with [Arduino](http://www.arduino.cc/) code.
This project is heavily influeced by BlocklyDuino, also based on an older version of [Blockly](http://code.google.com/p/blockly/).
The "ArduBlocklyServerCompiler" component initialises a local server with Python to be able to compile and load the Arduino code using the [Arduino IDE](http://arduino.cc/en/main/software).
### Features
* TBD
![WebApp screenshot](https://raw.githubusercontent.com/carlospamg/BlocklyDuino-BtW/20c0cf5048f18556c606adf8f1c0e92210de5f5a/images/screenshot_1.png)
### Demo
TBD
### Running Ardublockly
TBD
#### Required Software
* [Python 2.7.x](https://www.python.org/download), probably to be ported to 3.x
* [Arduino IDE version 1.5 or higher](http://arduino.cc/en/main/software)
* Browser of your choice (currently supports Firefox, Chrome, IE8+, Opera and Safary)
#### Usage
TBD
#### Development
TBD
### Original Authors
Original source is Copyright of Google Inc. [https://code.google.com/p/blockly/](https://code.google.com/p/blockly/)
#### Significant changes
Added Arduino code generator.
All changes to the original source code can be review [here](https://github.com/carlospamg/ardublockly/compare/master...blockly-original).
### License
Licensed under the Apache License, Version 2.0 (the "License"). The full document can be found in the [COPYING](https://github.com/carlospamg/ardublockly/blob/master/COPYING) file.
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment