yt-project/yt

Implement `_repr_html_` for surfaces using webgl

Open

#1,314 opened on Jan 26, 2017

View on GitHub
 (15 comments) (0 reactions) (0 assignees)Python (315 forks)auto 404
enhancementhelp wantednew contributor friendlynew feature

Repository metrics

Stars
 (556 stars)
PR merge metrics
 (PR metrics pending)

Description

Originally reported by: Kacper Kowalik (Bitbucket: xarthisius, GitHub: xarthisius)


I think it's a low hanging fruit. Should be fairly straight forward to get it using three.js since surface already provides vertices and faces. Nice example of how it can be done:

http://nbviewer.jupyter.org/github/DavidPowell/openmodes-examples/blob/master/How%20to%20create%203D%20plots.ipynb


Contributor guide