Coder Social home page Coder Social logo

100x7-demo's Introduction

100x7 by perskarhunen bros.

  • a real wild for assembly 2014 demoparty, ranked 1st
  • code and some gfx by sooda, audio and some other gfx by Pete_K
  • video capture in youtube
  • the display is recycled from somewhere; it'd be trivial to build one with shift registers and a microcontroller (this uses just them, has AT90S8515)
  • serial protocol is 38400 baud 8N1, 0x80 for a cursor reset and then some bytes for the columns, topmost is least significant bit
  • created mostly from scratch in ~15 hours incl. sleep and stuff, just before the compo deadline and recorded at the party
  • original party version is at git tag party
  • the led matrix has 20 pieces of 5 by 7 pixel modules with a spacing of about one pixel between the modules; the demo takes the spaces into account in some scenes, should have fixed some scrollers for that...
  • the demo is "synced" to the audio by relying on low level timings of the serial device and then some sleep() somewhere, not expected to be in sync with any other usb-serial-adapters than the cheapo model i happened to use
  • demo-real.py is here the actual demo that uses the serial port
  • demo-simulator.py tries to look kind of the led matrix with pygame rendering; timings are a bit off so the audio is not quite in sync especially in the end
  • use python 2
  • the music outputs with pyaudio and the hw is controlled obviously with pyserial
  • the music thread is not interested in quitting, so plain ctrl+c is not enough
  • tested only on linux

100x7-demo's People

Contributors

sooda avatar

Stargazers

Tuomas Tynkkynen 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.