Checkpoint reconstructed book shape solver

This commit is contained in:
2026-06-05 00:31:48 +02:00
parent 4adf85b4d2
commit a95ac9db50
2 changed files with 436 additions and 120 deletions
+5 -1
View File
@@ -38,7 +38,8 @@
border-radius: 6px;
}
#progress {
#progress,
#page_count {
width: 100%;
}
</style>
@@ -49,6 +50,9 @@
<label for="progress">Reading progress</label>
<input id="progress" type="range" min="0" max="1" step="0.001" value="0.25">
<output id="progress_value" for="progress">0.25</output>
<label for="page_count">Book pages</label>
<input id="page_count" type="range" min="40" max="600" step="10" value="240">
<output id="page_count_value" for="page_count">240</output>
</div>
<script type="module" src="/js/webgl-book-shape-lab.js"></script>
</body>