feat: threads

This commit is contained in:
Dan Finch 2026-08-05 09:24:13 +02:00
parent 6fb46573da
commit 46e7070b6b
18 changed files with 878 additions and 125 deletions

View file

@ -13,18 +13,21 @@
overflow: hidden;
}
#screen {
display: block;
position: absolute;
image-rendering: pixelated;
}
#fps {
position: fixed;
right: 6px;
bottom: 6px;
font: 16px monospace;
font: 13px monospace;
white-space: pre;
line-height: 1.35;
text-align: right;
color: #fff;
background: #000;
opacity: 0.5;
padding: 1px 5px;
padding: 2px 6px;
pointer-events: none;
}
</style>