ggraphics 0.0.2

A 2d graphics library (tentative)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
  <head>
      <title>ggraphics test</title>
    <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
  </head>
  <body>
      <!--<canvas id="canvas" width="1024" height="768"></canvas>-->
    <script src="./particles.js"></script>
    <script>
      window.addEventListener("load", async () => {
        await wasm_bindgen("./particles_bg.wasm");
      });
    </script>
  </body>
</html>