Mercurial > code > home > repos > light9
annotate web/ascoltami/index.html @ 2458:0e27ba33118c default tip
better blender<->asco playback cooperation. still no play support in blender; only seek
author | drewp@bigasterisk.com |
---|---|
date | Tue, 20 May 2025 16:25:06 -0700 |
parents | 06da5db2fafe |
children |
rev | line source |
---|---|
2050
7ed414bdaab9
wip porting asco to TS and not-jquery
drewp@bigasterisk.com
parents:
1928
diff
changeset
|
1 <!DOCTYPE html> |
7ed414bdaab9
wip porting asco to TS and not-jquery
drewp@bigasterisk.com
parents:
1928
diff
changeset
|
2 <html> |
529 | 3 <head> |
1928
1cb63991eb19
asco use cyclone templating instead of genshi
Drew Perttula <drewp@bigasterisk.com>
parents:
1845
diff
changeset
|
4 <title>ascoltami on {{host}}</title> |
2372
06bf6dae8e64
reorg tools into light9/web/ and a single vite instance
drewp@bigasterisk.com
parents:
2364
diff
changeset
|
5 <link rel="stylesheet" href="../style.css" /> |
2439
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2376
diff
changeset
|
6 <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=.7" /> |
2372
06bf6dae8e64
reorg tools into light9/web/ and a single vite instance
drewp@bigasterisk.com
parents:
2364
diff
changeset
|
7 <script type="module" src="./Light9AscoltamiUi"></script> |
529 | 8 </head> |
9 <body> | |
2439
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2376
diff
changeset
|
10 <light9-ascoltami-ui></light9-ascoltami-ui> |
06da5db2fafe
rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents:
2376
diff
changeset
|
11 <p><a href="">reload</a></p> |
529 | 12 </body> |
788 | 13 </html> |