Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tito/glproxy


https://github.com/tito/glproxy

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

How to use
==========

(macosx only for now.)

Fetch and checkout the "fake-window" branch on kivy

Compile and install libwebsocket::

git clone git://git.warmcat.com/libwebsockets
cd libwebsockets
./configure --enable-nofork
make
cd ..

Compile glproxy::

git clone ssh://github.com/tito/glproxy
cd glproxy
make
cd ..

Then start it::

DYLD_LIBRARY_PATH=. KIVY_WINDOW=fake python ~/code/kivy/examples/demo/touchtracer/main.py

And open a webbrowser to `html/index.html`