Git Product home page Git Product logo

tide's Introduction

Tide

Display wall running Tide

Tide is BlueBrain's Tiled Interactive Display Environment. It provides multi-window, multi-user touch interaction on large surfaces - think of a giant collaborative wall-mounted tablet. See Tide in action in this youtube video.

Features

Tide is a distributed application that can run on multiple machines to power display walls or projection systems of any size.

Its user interface is designed to offer an intuitive experience on touch walls. It works just as well on non touch-capable installations by using its web interface from any web browser.

Tide helps users with:

  • Presenting and collaborating on a variety of media such as high-resolution images, movies and pdfs.
  • Sharing multiple desktop or laptop screens using the DesktopStreamer application.
  • Sketching new ideas by drawing on a whiteboard and browsing websites.
  • Interacting with content streamed from remote sources such as high-performance visualisation machines through the Deflect protocol. In particular all Equalizer-based applications as well as Brayns ray-tracing engine have built-in support.
  • Viewing high-resolution, immersive stereo 3D streams on compatible hardware.

Usage

Run 'tide' from the bin folder to start the application. By default it launches three wall processes in a horizonal layout. Content can be opened from the control user interface or by opening the web interface at http://localhost:8888.

Tide master interface

On a touch wall, click the rocket icon on the left control bar to browse for contents and applications. Touch points are received via the TUIO protocol on port 1701. To simulate a touch interface, build and run the SimpleSimulator application or download any client from TUIO. On a smartphone, search for TuioPad app.

For more detailed information refer to the User Guide.

Web Interface

Tide web interface

The application can be entirely controlled from the web interface or even using direct REST API calls. Simply drag and drop a file to upload it to the wall.

Building from Source

Basic procedure on Linux / OSX:

git clone --recursive https://github.com/BlueBrain/Tide.git
mkdir Tide/build
cd Tide/build
cmake -GNinja -DCLONE_SUBPROJECTS=ON ..
ninja

The master branch always contains the latest development features; see Changelog. To build a stable release checkout its tag:

git checkout 1.5.0

Tide uses a set of common CMake modules to help with the configuration and handling of dependencies. To install required system packages on Ubuntu (apt-get) or OSX (macports) run:

cmake .. -DINSTALL_PACKAGES=ON

For detailed instructions on how to build Tide on a specific platform refer to Building Tide.

Similar Projects

Tide is the direct successor of DisplayCluster at BlueBrain. Most of the code has been rewritten based on Qt's Qml2 engine and multithreaded operations for greatly optimized performance and stability.

It offers a modern alternative to Sage/Sage2 built on proven and efficient technologies (C++14, Qt5, MPI).

Documentation

The full documentation is available at bluebrain.github.io

tide's People

Contributors

ppodhajski avatar tribal-tec avatar pramodskumbhar avatar eile avatar kalaboum avatar

Watchers

James Cloos avatar Masoud Vali 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.