GithubHelp home page GithubHelp logo

greigs / matrixserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from squarewavedot/matrixserver

0.0 1.0 0.0 4.53 MB

LEDCube screenserver and application libraries

License: GNU General Public License v3.0

CMake 1.79% C++ 96.52% C 1.69%

matrixserver's Introduction

LEDCube matrixserver

This is a screenserver for the purpose of being used with differently orientated LED Matrix panels. It currently has been implemented for the LEDCube project, but it can also be used in simple, planar screen orientations, as well as other complex screen orientations.

Dependencies

on raspbian and ubuntu: sudo apt install git libeigen3-dev cmake wiringpi libboost-all-dev libasound2-dev libprotobuf-dev protobuf-compiler libimlib2-dev

Building

make sure you have cloned with submodules git clone --recursive
tested on ubuntu, raspbian & macOS

cd build && cmake .. && make

Quickstart

If you have an IceBreaker board with HUB75 PMOD:

The Project is divided into multiple modules:

  • common

    • protobuf message definition for communication
      • multiple communication classes

          * IPC (boost message queue, currently the most efficient local communication)
          * UnixSocket
          * TCPSocket (remote communication possible)
        
      • Screen & Color classes

  • renderer

    • different renderers for interface with physical or virtual displays
    • multiple renderers can be used at the same time. i.e. SimulatorRenderer(remote over network) && HardwareRenderer
    • currently implemented:
  • server & application

    • server logic
    • application interface library (applications link against this)
    • cubeapplication interface with convenient setPixel3D etc. methods
  • exampleApplications

  • server_* folders:

    • these are main.cpp with setups for servers with the different renderers
      • server_FPGA
        • the Icebreaker USB FTDI Renderer
      • server_FPGA_RPISPI
        • the Icebreaker native Raspberry Pi SPI renderer (more infos soon)
      • server_testapp
        • if you have installed OpenCV this target will be available. It shows the Screens as simple OpenCV windows (useful for debugging)
      • server_simulator

matrixserver's People

Contributors

happyteddybear34 avatar kbob avatar zzaurak avatar

Watchers

 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.