Giter VIP home page Giter VIP logo

i2c-pd's Introduction

A Pd external for I2C communication.

README from https://github.com/pure-data/helloworld follows

==========================

An example Pure Data external using pd-lib-builder. You can use this project to bootstrap your own Pure Data external development.

Usage

Clone and build this example via:

git clone --recursive https://github.com/pure-data/helloworld.git
cd helloworld
make

Make sure you use the --recursive flag when checking out the repository so that the pd-lib-builder dependency is also checked out. If you forgot to add it, you can also manually fetch pd-lib-builder via:

cd helloworld
git submodule init
git submodule update

Note: The "Download zip" option on GitHub currently does not check out dependencies so pd-lib-builder will be missing in your download. The preferred method is to use git.

Build

You should have a copy of the pure-data source code - the following build command assumes it is in the ../pure-data directory. This page explains how you can get the pure-data source code.

By default, pd-lib-builder will attempt to auto-locate an install of Pure Data. The following command will build the external and install the distributable files into a subdirectory called build/helloworld.

make install pdincludepath=../pure-data/src/ objectsdir=./build

See make help for more details.

Distribute

If you are using the deken externals packaging tool you can then submit your external to the puredata.info repository for other people to find, like this:

deken upload ./build/helloworld

You will need to have an account on the site. You probably also want to have a valid GPG key to sign the package so that users can prove that it waas created by you.

i2c-pd's People

Contributors

giuliomoro avatar

Stargazers

 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.