Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taweili/ardublock
ArduBlock is a Block Programming Language for Arduino.
https://github.com/taweili/ardublock
Last synced: 3 months ago
JSON representation
ArduBlock is a Block Programming Language for Arduino.
- Host: GitHub
- URL: https://github.com/taweili/ardublock
- Owner: taweili
- License: gpl-3.0
- Created: 2011-02-08T12:45:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T14:15:02.000Z (over 2 years ago)
- Last Synced: 2024-07-01T12:46:07.432Z (4 months ago)
- Language: Java
- Size: 22.7 MB
- Stars: 411
- Watchers: 91
- Forks: 293
- Open Issues: 61
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- Awesome-arduino - ardublock - A Block Programming Language for Arduino (Libraries)
- awesome-arduino - ardublock - A Block Programming Language for Arduino (Libraries)
README
ArduBlock
======ArduBlock is a Block Programming Language for Arduino. The language and functions model closely to [Arduino Language Reference](http://arduino.cc/en/Reference/HomePage)
Installation
----
The project is managed by Maven. After checking out the source for the first time, one should run the following to install Arduino's pde.jar into the local repository.$ mvn validate
Usage
----$ mvn exec:java -Dexec.mainClass="com.ardublock.Main"
Development
----
Change the /src/main/resources/com/ardublock/block/ardublock_def.xml to add new blocks to ArduBlock$ mvn clean package
$ mvn compile exec:java -Dexec.mainClass="com.ardublock.Main"
The Visual Block environment should show up. Happy Hacking! ;)
Deploy
----
Edit code of ardublock$ mvn clean package
copy the target/ardublock-all.jar to Arduino\tools\ArduBlockTool\tool
Authors
----
* David Li [email protected]
* HE Qichen [email protected]ToDo
----
* Integrate the [scripting engine](http://java.sun.com/developer/technicalArticles/J2SE/Desktop/scripting/) into the language blocks for code generationLicense
----Copyright (C) 2011 David Li and He Qichen
This file is part of ArduBlock.
ArduBlock is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.ArduBlock is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with ArduBlock. If not, see .