Vector graphics in format and via protocol of X11

Good day,

Element SCENE make additional connection (on protocol of
X11 Window System and via 6000 TCP-port by default),
sends hidden tree of elements via it (including hidden
elements FIELD, FILE) in time, when pictures are loaded
(i.e. during loading of document or after pressing of
button of browser).

<scene src="x11://www.3d.com:6000/~user">
  <a attr="k">
    <b>
  </a>
  <c>
    <d something="m">
  </c>
</scene>

In answer, browser gets data to construct 3-dimensional scene
via this connection, on this protocol, and in the same format
("X11 Window System"); and _display_ this scene instead of
element SCENE. Motions of mouse inside this scene send
corresponding X11-requests via the same connection, and server
returns X11-replys and thus changes 3-dimensional scene.

<scenedata>
  <a attr="k">
    <b>
  </a>
  <c>
    <d something="m">
  </c>
</scenedata>

If it's possible to distinguish messages of HTTP and X11,
than it's possible to use both of protocols in one
TCP-connection.

Necessary diagrams are on the
http://html60.euro.ru/site/html60/en/author/scene_eng.htm
Some additional information, useful for understanding,
is in slides #132-181 of http://sql50.euro.ru/sql5.12.1.pdf



Dmitry Turin
HTML6     (6. 8.0)  http://html60.euro.ru
SQL5      (5.12.1)  http://sql50.euro.ru
Unicode7  (7. 3.0)  http://unicode70.euro.ru
Computer2 (2. 5.0)  http://computer20.euro.ru

Received on Monday, 24 March 2008 10:44:23 UTC