Bloqs lib to develop awesome tools to teach robotics
A JavaScript library by Bitbloq Team
See the project homepage.
Using Bower (dev branch its the completed right now):
bower install bloqs#dev
Or grab the source (minified).
Basic usage is as follows:
var bloq1 = new bloqs.Bloq({
bloqData: bloqSchemas['if'],
componentsArray: componentsArray,
$field: $field
});
$field.append(bloq1.$bloq);
bloq1.enable(true);
bloq1.doConnectable();
See the examples folder, first the simple web example, next how to load, save or change language.
Start with docs/index.html
.
We'll check out your contribution if you:
- Have a clear and documented rationale for your changes.
- Package these up in a pull request.
We'll do our best to help you out with any contribution issues you may have.
MIT. See LICENSE.txt
in this directory.