Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

visual-program/bloqs

Repository files navigation

Stories in Ready

bloqs

Bloqs lib to develop awesome tools to teach robotics

About

A JavaScript library by Bitbloq Team

See the project homepage.

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.2%
  • CSS 8.8%

AltStyle によって変換されたページ (->オリジナル) /