Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tito/glproxy
https://github.com/tito/glproxy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tito/glproxy
- Owner: tito
- Created: 2012-02-28T02:40:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-02-29T17:04:33.000Z (over 12 years ago)
- Last Synced: 2024-10-03T11:33:22.893Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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`