GithubHelp home page GithubHelp logo

smartfriendz / involt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from involt/involt

0.0 2.0 0.0 1.67 MB

Chrome based Arduino to HTML framework for designers. Involt is ready to use Chrome App with built-in Arduino serial communication.

License: MIT License

Arduino 4.22% JavaScript 84.85% CSS 9.81% HTML 1.13%

involt's Introduction

Chrome based Arduino to HTML framework for designers.

Why Involt?

Involt is Chrome Packaged App with build in serial communication. The key to Involt is to "make it simple" to develop on every step of design process. You can use it to create app or to quickly prototype and iterate on early stages of bigger project.

The main feature of this framework is easy and quick workflow. You can create your app with basic knowledge about HTML, CSS and Arduino. You can also create more advanced interactions with use of JavaScript and JQuery.

  • Fast results with easy to learn CSS syntax.
  • Ready to use UI kit.
  • JS/JQuery based.

How does it work?

Involt translates CSS classes into functions. You need to specify UI element, target pin and variables like desired values or their range. Here is simple button example (Send to pin 5 value 255):

<div class = “ard button P5 255”> Click me </div> 

It's also possible to do the same with JQuery:

$(this).pinDefine("P5").sendValue(255); 

Getting started: http://involt.github.io/gettingstarted

Reference: http://involt.github.io/reference

Install

1. Install Google Chrome.
2. Download and unpack Involt.
3. In Chrome go to tools > extensions.
4. Toggle Developer mode
5. Click “Load unpacked extension...” and choose unpacked folder.

Now you can open your project with launch button or Chrome App Launcher.

Basic blink example

Other examples can be found on http://involt.github.io/examples.html or https://github.com/Involt/examples

For developement check wiki and issues on github.

involt's People

Contributors

erniw avatar

Watchers

 avatar  avatar

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.