Vispy + PyPy.js

58 views
Skip to first unread message

IronManMark20

unread,
Jun 17, 2015, 6:34:42 PM6/17/15
to visp...@googlegroups.com
Hello,

I noticed you use a WebGl backend for IPython, so I was thinking adding compatiblity with PyPy.js would not be that hard, right? How hard would this be (to your knowledge) and what should happen as first steps?

Thanks

~>Ethan

Eric Larson

unread,
Jun 18, 2015, 4:03:44 PM6/18/15
to visp...@googlegroups.com
I unfortunately don't know how difficult this would be. Hopefully someone else can chime in with an idea, but if not, I guess the first steps would be to get familiar with how the WebGL backend in vispy works to see how you'd need to get it to interface with PyPy.js.

Eric


--
You received this message because you are subscribed to the Google Groups "vispy-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vispy-dev+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vispy-dev/e4395292-ff02-4fa3-ac0f-910f0d48b65d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Cyrille Rossant

unread,
Jun 18, 2015, 4:18:17 PM6/18/15
to Vispy dev list
I think the first step would be to have NumPy support in PyPy.js? this
doesn't sound trivial at all...

If you want client-side only visualizations, a better option might be
to use the future offline WebGL backend. Most of the components exist,
it's now a matter of putting everything together. Basically, the idea
is to write the visualization in Python, export the GLIR commands, and
read them in JavaScript by implementing some interactivity in JS.
Reply all
Reply to author
Forward
0 new messages