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 Video1

Demo Video2

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

make

./gl_server -s 192.168.0.2:12345 -c 192.168.0.3:12346

(Usage: ./gl_server [-s my_ip_address:port] [-c client_ip_address:port])

copy the gl_client directory to any computer.

cd gl_client

make

./sample1 -s 192.168.0.2:12345 -c 192.168.0.3:12346 -j /dev/input/js0

./sample2 -s 192.168.0.2:12345 -c 192.168.0.3:12346 -j /dev/input/js0

(Usage: ./sampleX [-c my_ip_address:port] [-s server_ip_address:port] [-j joystick_device])

License

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

about sample2 camel model: original model from http://opengameart.org/content/camel License:CC0 author: noway, sandsound (Thanks for sharing!)

Bookmarks

Parallella

Raspberry Pi

Special Thanks

Thank you very much for your interest and advices.

noway @opengameart.org / sandsound @opengameart.org / 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

 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.