mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 21:34:50 +00:00
23 lines
No EOL
661 B
HTML
23 lines
No EOL
661 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SixtyFPS UI Printer Demo (Web Assembly version)</title>
|
|
<style>
|
|
canvas {
|
|
border: solid;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<p>This is the SixtyFPS UI Printer Demo compiled to WebAssembly. It simulates the touch user interface interface of
|
|
the advanced "Print Machine 2000", without actually printing anything.</p>
|
|
<canvas id="canvas" width="640" height="480" unselectable="on"></canvas>
|
|
<p><a href="https://github.com/sixtyfpsui/sixtyfps/blob/master/examples/printerdemo/ui/printerdemo.60">View Source
|
|
Code</a></a></p>
|
|
<script src="index.js"></script>
|
|
</body>
|
|
|
|
</html> |