[IPython-dev] Regarding JavaScript wrapper

Patrick Fuller patrickfuller at gmail.com
Mon Apr 29 09:43:55 EDT 2013


I emailed this list about two months ago with similar questions - I'll find
the thread and forward it to you. The result was also a little 3d molecular
vis tool made after PyCon: https://github.com/patrickfuller/imolecule as
well as a graph vis: https://github.com/patrickfuller/igraph (a molecule is
just a graph of atoms connected by bonds, so it's the same logic).


On Mon, Apr 29, 2013 at 1:13 AM, Rishi Ramraj
<thereisnocowlevel at gmail.com>wrote:

> Here's a github link to the 3D molecular visualiser we did at the PyCon
> Canada sprints:
>
> https://github.com/RishiRamraj/seepymol
>
> This blog post shows how it all comes together; just swap the SQL code for
> WebGL:
>
> http://llvllatrix.wordpress.com/
>
>
> On Sun, Apr 28, 2013 at 8:41 PM, Brian Granger <ellisonbg at gmail.com>wrote:
>
>> There has been a little work on WebGL stuff, but I don't remember
>> where it is.  Maybe Google around a bit - I think Fernando knows more
>> about this.  I did some initial work on getting XTK to work, but that
>> hasn't gone anywhere.
>>
>> Cheers,
>>
>> Brian
>>
>> On Sun, Apr 28, 2013 at 6:55 AM, TARUN GABA <tarun.gaba7 at gmail.com>
>> wrote:
>> > HI,
>> >
>> > I am involved in a project related to multibody systems visualizations.
>> >
>> > I plan to use webGL inside IPython notebooks, for 3D visualizations.
>> >
>> > I wanted to know whether there are any existing webGL wrappers (Or any
>> > JavaScript wrappers) coded in Python, for visualizations in IPython.
>> >
>> > Also if there are not any  can you please provide some ideas on how to
>> write
>> > one using IPython.
>> >
>> > My aim is to utilize methods (for initializing shaders,buffers etc.)
>> and for
>> > loading them in IPython notebooks.(If they are already available its a
>> big
>> > plus).
>> >
>> >
>> >
>> > _______________________________________________
>> > IPython-dev mailing list
>> > IPython-dev at scipy.org
>> > http://mail.scipy.org/mailman/listinfo/ipython-dev
>> >
>>
>>
>>
>> --
>> Brian E. Granger
>> Cal Poly State University, San Luis Obispo
>> bgranger at calpoly.edu and ellisonbg at gmail.com
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>
>
>
> --
> Cheers,
> - Rishi
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130429/95d52b22/attachment.html>


More information about the IPython-dev mailing list