Code Monkey home page Code Monkey logo

gl-streaming's Introduction

gl-streaming

Streaming opengl commands over network

A fast, simple, lightweight and low latency framework suitable for embedded systems. (no X server needed)

gl-streaming summary

  • gl_client : client framework and sample program

    The client system does not need to have any GPU and heavy X server. Even without GPU, opengl programs can be run on any system !

  • gl_server : server framework

    gl_server is optimized for Raspberry Pi for now. Therefore, the client system can use opengl es 2.0.

Demo Video

Demo Video

Quick start

connect RPi and the client system with a ethernet cable. (straight cable is ok)

connect RPi to a display with HDMI cable. (yes, RPi do it)

copy the gl_server directory to RPi.

cd gl_server

(edit IP address in main.c for now ;-) set_server_address() for RPi's address, set_client_address() for the client system's address.)

make

./gl_server

copy the gl_client directory to any computer.

cd gl_client

(edit IP address in main.c. ALERT!! set_server_address() for the client system's address, set_client_address() for RPi's address.)

make

./gl_client

Licence

BSD 3-Clause licence (except other's source code)

Bookmarks

Parallella

Raspberry Pi

Special Thanks

Thank you very much for your interest and advices.

GClements @OpenGL forum / The Little Body @OpenGL forum / Stephen A @OpenGL forum / over9000 @Parallella forum / LamsonNguyen @Parallella forum / Gravis @Parallella forum / svartalf @Parallella forum / Raspberry Pi Foundation / Adapteva /

(c) Shodruky Rhyammer

since Oct 21, 2013

gl-streaming's People

Contributors

shodruky-rhyammer avatar

Watchers

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