midpoint-ui 0.1.2

Midpoint is an AI and open-world first game engine. Editor is WASM, but compile target is native wgpu, not WASM.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>

<head>
  <meta charset="utf-8" />
  <title>Tauri + Yew App</title>
  <link data-trunk rel="css" href="public/lib/phosphor-css/css/thin.css" />
  <link data-trunk rel="css" href="index.css" />
  <link data-trunk rel="copy-dir" href="public" />
</head>

<body></body>
d

</html>