Skip to content
Cyrille Rossant edited this page Aug 24, 2013 · 7 revisions

This repository will contain a proof of concept for a possible WebGL backend for VisPy.

The general idea is to stream GL commands from Python to Javascript through WebSockets and a custom JSON-based messaging protocol. Javascript acquires a GL context, and Python handles the conversion from a visualization application written by the user to a stream of OpenGL commands responding to user input.

We try to design an architecture that is close to the IPython notebook architecture.

This is just a proof of concept, to see if this idea is feasible.

Things to do:

Clone this wiki locally