https://github.com/tito/glproxy
https://github.com/tito/glproxy
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tito/glproxy
- Owner: tito
- Created: 2012-02-28T02:40:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-29T17:04:33.000Z (over 14 years ago)
- Last Synced: 2025-09-04T10:58:15.088Z (11 months ago)
- Language: C
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 2
- 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`