Coder Social home page Coder Social logo

oxon / ardublockly Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carlosperate/ardublockly

1.0 1.0 0.0 64.93 MB

Visual programming for Arduino. Based on blockly, implements Arduino code generation and facilitates program uploading.

Home Page: http://ardublockly.embeddedlog.com

License: Apache License 2.0

CSS 0.57% JavaScript 81.10% HTML 3.19% Python 15.06% NSIS 0.07%

ardublockly's People

Contributors

aethaniel avatar allisonshaw avatar bmcage avatar carloslfu avatar carlosperate avatar cdjackson avatar ciaranj avatar daarond avatar dlaliberte avatar drigz avatar espertus avatar immortalin avatar ingegno avatar kaworru avatar miguel76 avatar neilfraser avatar niccokunzmann avatar nikerabbit avatar picklesrus avatar pjkui avatar pkendall64 avatar rachel-fenichel avatar ranisputnik avatar siebrand avatar st3tter avatar takaokouji avatar tarling avatar techplexengineer avatar trodi avatar tynx avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ardublockly's Issues

Nice to have: and/or

To build certain programs it would be essential to have an "and" and "or" block.

Translate the GUI in German

The GUI should be in German since the target clients are swiss students.
The code blocks can be in english.

Add license informations (Apache-2.0)

To add the license informations we have to:

  • Include the existing copyrights
  • Including the full text of license in modified software.
  • Stating significant changes made to software.
  • If the library has a "NOTICE" file we have to include that as well
  • Create a static page on the OXOcard homepage with all this informations and links

more informations about the Apache License 2.0 (Apache-2.0) here

Missing blocks for the OXOcard

The following blocks are not implemeted yet:

  • drawRectangle(x, y, w, h, brightness)
  • drawFilledRectangle(x, y, w, h, brightness)
  • drawCircle(x, y, r, brightness)
  • drawFilledCircle(x, y, r, brightness)
  • drawTriangle(x0, y0, x1, y1, x2, y2, brightness)
  • drawFilledTriangle(x0, y0, x1, y1, x2, y2, brightness)
  • drawChar(x, y, c, brightness)
  • drawDigit(x, y, digit, brightness)
  • drawNumber(x, y, digit, brightness)
  • random(int)

change display blocks to one line

The display blocks should be in one line (setInputsInline(true)).
To reduce the length of the blocks the field tags should be shorten.

Examples

  • AB04
  • AB05
  • AB06
  • AB07
  • AB08
  • AB09
  • AB10
  • AB13
  • AB14
  • AB15 - Sender
  • AB15 - Empfänger
    AB16 - Vorlage
    AB16 - Vollversion
    AB16 - Sag Hallo
    AB16 - Sound Beispiel
    AB16 - Moving Pixel
  • AB17 - Sample 12c
  • AB17 - Sample 12d

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.