<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal>I too would like to see a Jupyter implementation of X3D.  It has already been shown possible with X3DOM document as a string, see this for inspiration: <a href="https://qiita.com/tenfu2tea/items/024d89564b9b316477ac">https://qiita.com/tenfu2tea/items/024d89564b9b316477ac</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This may be useful for using Cython with Jupyter:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><a href="https://ipython-books.github.io/55-accelerating-python-code-with-cython/">https://ipython-books.github.io/55-accelerating-python-code-with-cython/</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Sent from <a href="https://go.microsoft.com/fwlink/?LinkId=550986">Mail</a> for Windows 10</p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal style='border:none;padding:0in'><b>From: </b><a href="mailto:brutzman@nps.edu">Brutzman, Donald (Don) (CIV)</a><br><b>Sent: </b>Thursday, May 9, 2019 1:35 AM<br><b>To: </b><a href="mailto:holger.seelig@googlemail.com">Holger Seelig</a>; <a href="mailto:x3d-public@web3d.org">X3D Graphics public mailing list</a><br><b>Subject: </b>Re: [x3d-public] X3D Python availability, planning for releases atWeb3D 2019</p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Appreciate your asking, Holger.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As you can see from the mail list, there is still a lot of "hammer and tongs" banging going on.  We expect to continue refining the Python API syntax, and look forward to potential additional refinements when we look at Masaki Aono's code patterns with Myeong Won Lee.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Meanwhile the existing initial "X3DPSAIL" build has a lot of pieces/parts, closely tied to Java and X3DJSAIL "full" .jar as underlying engine.  Python installation and configuration was quite tricky, for me at least.  The X3DJSAIL build currently takes multiple libraries to create, which is difficult and complex to set up... but using X3DJSAIL .jar sidesteps all that.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Things are steadily improving.  The Java code examples can now be tested as a whole for each X3D Examples archive, or for individual scenes.  Testing of the Python examples at least occurs in the large; more improvements expected, including singleton conversion/compilation/execution of X3D python models.  Round-trip testing means we have recently achieved spiral improvement stage, which is a big accelerator guaranteeing steady forward momentum.  Our next new "hill to climb" in June will be attempting creation of a Python PIP module to further simplify use.  We shall see... this is a marathon, not a sprint.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>We are committed to providing reusable X3DPSAIL package at Web3D 2019 Conference just prior to SIGGRAPH this summer.  A topic for Friday's teleconference will be submission of an X3Dv4 Implementations Tutorial for review... am expecting that JavaScript JSON Java Python C C++ C# XML (.x3d) and ClassicVrml (.x3dv) will all be part of that.  If our colleagues get X3D Python running via C, then a Python Cython port (for native language support) might even be possible.  A number of people have already expressed interest in X3D use via Python in Jupyter notebooks as well...  conceivably X_ITE itself might also be part of the Jupyter environment.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Hoping that continuing progress on this big plan gets us to the point where programmers such as yourself can try things out starting this summer.  The Python work is fully public and under version control.  Direct feedback always helps and is always welcome.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Looking even further ahead at standardization:</p><p class=MsoNormal>a. Planned end date for accepting X3Dv4 functionality proposal (e.g. nodes, components) is 16 DEC 2019.</p><p class=MsoNormal>b. X3D Working Group will finalize document editing and confirm multiple implementations during January~March 2020 before recommending adoption.</p><p class=MsoNormal>c. Subject to Web3D Consortium member approval of X3Dv4, Web3D draft publication and formal ISO submission immediately follows.</p><p class=MsoNormal>d. Corresponding document editing, updates and submissions for each of the 19776 language bindings and 19777 file encodings then proceed next, upgrading each to X3Dv4.</p><p class=MsoNormal>e. The consistency of the X3D Unified Object Model (X3DUOM) and autogeneration of multiple code sets facilities multiple implementations and 100% consistency.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>X3D Specification Relationships shows all document relationships at</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dSpecificationRelationships.png</p><p class=MsoNormal>                http://www.web3d.org/specifications/X3dSpecificationRelationships.pdf</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Ambitious yes, but we are sustaining a pace in Python JSON and JavaScript thanks to John.  Incredibly It Is All X3D.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Again thanks for asking.  Having fun with X3D Python!  8)</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On 5/8/2019 3:17 AM, Holger Seelig wrote:</p><p class=MsoNormal>> I am very interested in a Python library for X3D. Is it already possible to test x3dpsail, and when how?</p><p class=MsoNormal>> </p><p class=MsoNormal>> Best regards,</p><p class=MsoNormal>> Holger</p><p class=MsoNormal>> </p><p class=MsoNormal>> </p><p class=MsoNormal>> On 08.05.2019 06:32, John Carlson wrote:</p><p class=MsoNormal>>> I was unable to install x3dpsail in pip repository.  The final command failed.  I used instructions here:</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> https://dzone.com/articles/executable-package-pip-install (first hit on google)</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> You are welcome to try.</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> John</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> *From: *John Carlson <mailto:yottzumm@gmail.com></p><p class=MsoNormal>>> *Sent: *Monday, May 6, 2019 6:17 PM</p><p class=MsoNormal>>> *To: *Brutzman, Donald (Don) (CIV) <mailto:brutzman@nps.edu>; X3D Graphics public mailing list <mailto:x3d-public@web3d.org></p><p class=MsoNormal>>> *Cc: *X3D Graphics Working Group <mailto:x3d@web3d.org></p><p class=MsoNormal>>> *Subject: *RE: [x3d] X3D minutes 3 MAY 2019: C/C++/C# and Pythonprogress,PointProperties validation for X3Dv4</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> *From: *Brutzman, Donald (Don) (CIV) <mailto:brutzman@nps.edu></p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>>  >6. *C C++ C# and Python progress*</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> Steady progress on Python SAI using Java-based X3DJSAIL by John Carlson and Don Brutzman, having a test framework for all examples is helping a lot.  Working on a Python PIP install next. Korea Chapter has also indicated that an independent Python encoding is emerging, comparisons expected soon, hopefully based on C implementation since we might then use Cython for native implementation in Python language itself.  Exciting.</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>>  1. Re: PIP:  I suggest we create a separate folder, perhaps called</p><p class=MsoNormal>>>     “x3dpsail” to build the installation.   Who should we pick to be</p><p class=MsoNormal>>>     registeree of the package?   Can we pick more than one person?  I</p><p class=MsoNormal>>>     would be more proactive about building the package, but unsure would</p><p class=MsoNormal>>>     should administer the package, and if we should share an email</p><p class=MsoNormal>>>     address for password recovery on the registration.  I haven’t looked</p><p class=MsoNormal>>>     much into registration yet.  These are just ideas floating around in</p><p class=MsoNormal>>>     my head.</p><p class=MsoNormal>>>  2. Need decision/action on file structure of X3D python classes.  Do we</p><p class=MsoNormal>>>     like what we have?</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> Thanks,</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> John</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>>> _______________________________________________</p><p class=MsoNormal>>> x3d-public mailing list</p><p class=MsoNormal>>> x3d-public@web3d.org</p><p class=MsoNormal>>> http://web3d.org/mailman/listinfo/x3d-public_web3d.org</p><p class=MsoNormal>>><o:p> </o:p></p><p class=MsoNormal>> </p><p class=MsoNormal>> </p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>all the best, Don</p><p class=MsoNormal>-- </p><p class=MsoNormal>Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman@nps.edu</p><p class=MsoNormal>Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149</p><p class=MsoNormal>X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman</p><p class=MsoNormal>_______________________________________________</p><p class=MsoNormal>x3d-public mailing list</p><p class=MsoNormal>x3d-public@web3d.org</p><p class=MsoNormal>http://web3d.org/mailman/listinfo/x3d-public_web3d.org</p><p class=MsoNormal><o:p> </o:p></p></div></body></html>