Coder Social home page Coder Social logo

mpinner / active Goto Github PK

View Code? Open in Web Editor NEW
13.0 3.0 5.0 11.71 MB

ACTIVE is a sculpture of light built with Evan Miller. To entice the imagination and wonder about objective vs subjective reality.

License: MIT License

Shell 0.73% Python 0.66% C 4.38% Processing 28.97% C++ 32.75% JavaScript 29.78% HTML 0.22% Makefile 0.03% GLSL 2.47%

active's Introduction

Active

pulsing led sculpture - evan miller + mpinner - test 01

Lightning 10 gross LEDs begins in the one of a kind video art experience for visitors to The Source.

Giant expansive space high above the patrons is sparsely populated for creative expression. bring a local flavor of of collaborative expression to a focal point below.

Reacting to your motion as you enter the space; Sensors, video, images, and the live data from the internet are all merged to creating a living space above The Source, an urban marketplace in the Rino Arts District.

[opening event]

SRC

applications for rendering content to Open Pixel Control network stream.

depends on FadeCandy C Libs for opc client and effects framework. we've added some custom effect mixing and image loading for realtime brightness control.

[optionally] depends on BlackLib for live analog brightness control sensors.

STREAMERS

opc content generation for testing troubleshoot and user contributions in mostly Python from opc/fadecandy examples

PROCESSING

Toolkit for developing image manipulation code, layouts, and renderings for concept art in Processing

processing simulation

pulsing led sculpture - evan miller + mpinner - test 01

BIN

tool kit for running and configuring beaglebone black

Installation

Materials

Steps

Pulling the latest and Building

mkdir git; cd git
git clone https://github.com/mpinner/Active.git
cd Active/bin/
chmod +x *.sh
. ./env.sh
./setupEnv.sh

my openpixelcontrol fork with SPI / TLC support

git clone https://github.com/mpinner/openpixelcontrol.git 
cd openpixelcontrol
make

change hostname

sudo emacs  /etc/hostname
sudo emacs /etc/hosts

Setup root crontab for script autorun

sudo crontab -e 

Add in the following

# push-sparkdata.sh
00 11,23 * * * /home/debian/git/Active/bin/push-sparkdata.sh >> /var/log/active-push-sparkfun.log   2>&1

# starts spi overlay gpio pins
# creates /dev/spidev* files
@reboot /usr/bin/python -c "from Adafruit_BBIO.SPI import SPI; SPI(0,0)" >> /var/log/active-gpio.log 2>&1

#pre-process videos 
#(with some large videos bbb cannot transcode in realtime)
*/1 * * * * /home/debian/git/Active/bin/process-videos.sh >> /var/log/active-process-videos.log   2>&1

# on boot start whatever this bone id configured for
@reboot /home/debian/git/Active/bin/run.sh >> /var/log/active-monitor.log 2>&1

Edit /etc/fstab to make for less disk

UUID=8037fd09-ea0d-4c28-a348-1fbdf9fb0b92 / ext3 
relatime,noatime,errors=remount-ro 0 1 

tmpfs /tmp tmpfs defaults,noatime 0 0 
tmpfs /var/run tmpfs defaults,noatime 0 0 
tmpfs /var/log tmpfs defaults,noatime 0 0 
tmpfs /var/lock tmpfs defaults,noatime 0 0 
tmpfs /var/tmp tmpfs defaults,noatime 0 0 
tmpfs /var/lib/dhcp3 tmpfs defaults,noatime 0 0 

Double check /boot/uboot/env.sh for IP addresses and the configurations you might want.

INSPIRATION

Light Emitting Ball (LEB)

Nsl Blinky Ball

jim campbell

disorient pyramid

fadecandy ecstatic-epiphany

active's People

Contributors

mpinner avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.