@benev/nubs
Version:
user-input system for web games
59 lines (45 loc) • 1.38 kB
HTML
<html class="">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="darkreader" content="dark"/>
<title>nubs</title>
<link rel=stylesheet href="/index.css?v=cdc46dfcd7e687a6388129c1ef0b95b91065eddf0971c8e3a18fe65e6ab39bb0"/>
<script
type=importmap-shim
src="/importmap.json?v=e848512b262168799647bae892e7e1502e429fa32f5877c64cf72a57ab5d72e3"
></script>
<script
type=module-shim
async
src="/html.js?v=b61ed1f7fe90292ce130ec30d2a087dc8c9af6c7a52d6769d8eb0a9196dc35ac"
></script>
<script
async
src="/node_modules/es-module-shims/dist/es-module-shims.wasm.js"
></script>
</head>
<body>
<header>
<h1><span>🔘</span> nubs</h1>
<p>user-input system for web games</p>
<p>
see on <a href="https://github.com/benevolent-games/nubs">github</a>..
a <a href="https://benevolent.games/">benevolent.games</a> project..
</p>
<button onclick="localStorage.clear(); location.reload()">
reset everything
</button>
</header>
<nub-context>
<nub-stick></nub-stick>
<nub-stickpad></nub-stickpad>
<nub-lookpad></nub-lookpad>
<nub-visualizer></nub-visualizer>
<nub-gridboard></nub-gridboard>
<nub-editor></nub-editor>
<nub-pointer></nub-pointer>
<nub-keyboard></nub-keyboard>
</nub-context>
</body>