Giter Site home page Giter Site logo

ikovic-lab / wiring Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wiringproject/wiring

0.0 2.0 0.0 26.46 MB

Wiring Framework

Home Page: http://wiring.org.co/

License: Other

Java 54.90% Makefile 2.23% GAP 6.64% Processing 14.00% HTML 0.26% Objective-C 0.40% Shell 0.01% C 6.68% C++ 14.87%

wiring's Introduction

About Wiring

Wiring is an open-source programming framework for microcontrollers.

Wiring allows writing cross-platform software to control devices attached to a wide range of microcontroller boards to create all kinds of creative coding, interactive objects, spaces or physical experiences. The framework is thoughtfully created with designers and artists in mind to encourage a community where beginners through experts from around the world share ideas, knowledge and their collective experience. There are thousands of students, artists, designers, researchers, and hobbyists who use Wiring for learning, prototyping, and finished professional work production.

Wiring's Components

Wiring has three major components:

  • The Wiring Language: A thin layer on top of C++ which simplifies the process of writing embedded programs.

  • The Wiring Framework: A C and C++ API for writing embedded programs, either using C++ or the Wiring Language. Currently, a implementation of the Wiring framework exists for 8-bit AVR microcontrollers. Support for the STM32 line of ARM Cortex M3 and M4 microcontrollers is in progress.

  • Wiring IDE: A cross-platform Integrated Development Environment (IDE) used to write, compile, and upload programs written in the Wiring language to boards which support the Wiring Framework.

This source code repository contains the Wiring Framework and the Wiring IDE.

Getting Wiring

This is the source code repository for the Wiring IDE and Wiring Framework. If you just want to write and upload programs, your best bet is to download an existing binary release. These are available at the Wiring web site for Windows, Mac, and Linux:

http://wiring.org.co/download/

If you are interested in developing Wiring, you'll need to build the IDE using this repository. For more information, see the file build/howto.txt (in this repository).

Developing Wiring

Development discussion takes place on [email protected]. Please ask any development-related questions there. To subscribe, send email to:

[email protected].

Archives are available online at:

http://ca.groups.yahoo.com/group/wiring-dev/

The developers' portal on the Wiring Wiki is here:

http://wiki.wiring.co/wiki/Develop_Wiring

Repository Structure

The Wiring repository structure is as follows:

  • IDE/: Contains the Java sources for the Wiring IDE. The main entry point is in IDE/processing/app/Base.java.

  • framework/: Contains the Wiring Framework, associated libraries, and its implementations. These implementations (called "cores") contain the nonportable code which targets a concrete microcontroller (or family of microcontrollers).

  • build: Files used when building the Wiring IDE.

  • out/: [generated] This directory is autogenerated during the build process. It contains all of the build artifacts. After a build, this directory includes any downloaded dependencies, Java class and jar files, and the distributable IDE bundles.

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.