Re: [PyMOL] Scene exporter for Web

2012-01-17 Thread Takanori Nakane
Dear Troels,

 There is now a description available at:
 http://pymolwiki.org/index.php/Pymol2glmol

Thank you very much for making a nice wiki page!

I will keep updating the script. 
I also have plans to write exporters for Android (ESmol, NDKmol).
Exporting Pymol scenes to tablet devices for presentation and
discussion would be useful.

Dear Jason,

Yes, WebGL is very exciting technology.
I hope WebGL be available on more platforms, including iOSs 
(currently disabled officially except for iAds).

By the way, can you give me a wiki account?
In addition to pymol2glmol, I think I can contribute by
writing documentations for undocumented APIs and settings,
such as cmd.dump, get_session, etc.

Best regards,

Takanori Nakane

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


Re: [PyMOL] Scene exporter for Web

2012-01-17 Thread Jason Vertrees
Hi Takanori,

 By the way, can you give me a wiki account?
 In addition to pymol2glmol, I think I can contribute by
 writing documentations for undocumented APIs and settings,
 such as cmd.dump, get_session, etc.

Your account has been created. You will soon receive instructions from
the PyMOLWiki.

Cheers,

-- Jason

-- 
Jason Vertrees, PhD
PyMOL Product Manager
Schrodinger, LLC

(e) jason.vertr...@schrodinger.com
(o) +1 (603) 374-7120

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net


Re: [PyMOL] Scene exporter for Web

2012-01-16 Thread Troels Emtekær Linnet
That looks very interesting.

I needed to make my shortcut to chrome look like this:
/opt/google/chrome/google-chrome --enable-webgl %U

Your example page is extremely fast, and the View mode change
is working perfectly and fast.

This is the first version of PyMOL-to-webpage i have seen, which looks very
easy.
I normally have only seen Jmol application for this:
http://www.proteopedia.org/wiki/index.php/4ins

God work!


Troels Emtekær Linnet
Slotsvej 2
4300 Holbæk
Mobil: +45 60210234



2012/1/16 Takanori Nakane t.nak...@mail.mfour.med.kyoto-u.ac.jp

 Dear Pymol users,

 I wrote a Pymol script to export a scene in Pymol to GLmol,
 a molecular viewer for Web browsers written in WebGL/Javascript.
 With this script, you can publish your Pymol scene for Web page.
 Visitors can rotate, zoom the molecule on the page.

 Compared to exporting polygon coordinates (VRML or Object3D),
 published pages contain only atomic coordinates so that
 the file size is much smaller and visitors can even change
 representation.

 Examples and script can be downloaded from my web page.
 http://webglmol.sourceforge.jp/pymol_exporter/index.html

 This script uses (undocumented?) cmd.get_session to
 extract which representation is enabled on each part of the molecule.
 I think this technique is useful for many purposes, for example,
 writing exporters, copying representations between aligned
 structures, etc.

 Comments and suggestions are welcome.
 If you think this script useful, I will put it on Pymol wiki.

 Best regards,

 Takanori Nakane


 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
 Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
 Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

--
RSA(R) Conference 2012
Mar 27 - Feb 2
Save $400 by Jan. 27
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev2___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [PyMOL] Scene exporter for Web

2012-01-16 Thread Troels Emtekær Linnet
There is now a description available at:

http://pymolwiki.org/index.php/Pymol2glmol

If you use a webpage for teaching, you should really try this plugin out.

/Troels Linnet



2012/1/16 Takanori Nakane t.nak...@mail.mfour.med.kyoto-u.ac.jp

 Dear Pymol users,

 I wrote a Pymol script to export a scene in Pymol to GLmol,
 a molecular viewer for Web browsers written in WebGL/Javascript.
 With this script, you can publish your Pymol scene for Web page.
 Visitors can rotate, zoom the molecule on the page.

 Compared to exporting polygon coordinates (VRML or Object3D),
 published pages contain only atomic coordinates so that
 the file size is much smaller and visitors can even change
 representation.

 Examples and script can be downloaded from my web page.
 http://webglmol.sourceforge.jp/pymol_exporter/index.html

 This script uses (undocumented?) cmd.get_session to
 extract which representation is enabled on each part of the molecule.
 I think this technique is useful for many purposes, for example,
 writing exporters, copying representations between aligned
 structures, etc.

 Comments and suggestions are welcome.
 If you think this script useful, I will put it on Pymol wiki.

 Best regards,

 Takanori Nakane


 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
 Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
 Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Re: [PyMOL] Scene exporter for Web

2012-01-16 Thread Jason Vertrees
Nakane-san,

Nice work! WebGL is certainly an interesting technology that will
enable the creation of a whole new set of applications.

Cheers,

-- Jason

On Mon, Jan 16, 2012 at 10:45 AM, Takanori Nakane
t.nak...@mail.mfour.med.kyoto-u.ac.jp wrote:
 Dear Pymol users,

 I wrote a Pymol script to export a scene in Pymol to GLmol,
 a molecular viewer for Web browsers written in WebGL/Javascript.
 With this script, you can publish your Pymol scene for Web page.
 Visitors can rotate, zoom the molecule on the page.

 Compared to exporting polygon coordinates (VRML or Object3D),
 published pages contain only atomic coordinates so that
 the file size is much smaller and visitors can even change
 representation.

 Examples and script can be downloaded from my web page.
 http://webglmol.sourceforge.jp/pymol_exporter/index.html

 This script uses (undocumented?) cmd.get_session to
 extract which representation is enabled on each part of the molecule.
 I think this technique is useful for many purposes, for example,
 writing exporters, copying representations between aligned
 structures, etc.

 Comments and suggestions are welcome.
 If you think this script useful, I will put it on Pymol wiki.

 Best regards,

 Takanori Nakane

 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
 Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
 Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net



-- 
Jason Vertrees, PhD
PyMOL Product Manager
Schrodinger, LLC

(e) jason.vertr...@schrodinger.com
(o) +1 (603) 374-7120

--
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
___
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net