Skip to content
forked from tocalvo/bloqs

bloqs library used to program robots

License

Notifications You must be signed in to change notification settings

eduardomillan/bloqs

 
 

Repository files navigation

bloqs

Bloqs lib to develop awesome tools to teach robotics

About

A JavaScript library by Bitbloq Team and enhanced by [Tom Calvo] ((https://github.com/tocalvo).

See the original repository.

Installation

Using Bower (dev branch its the completed right now):

bower install bloqs#dev

Or grab the source (minified).

Usage

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.

Bloqs Documentation

Start with docs/index.html.

Contributing

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.

License

MIT. See LICENSE.txt in this directory.

About

bloqs library used to program robots

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.7%
  • SCSS 8.3%