bevy_fleet 0.1.0

bevy swarm diagnostic, event, metric, and telemetry client
Documentation
<html>
  <head>
    <meta charset="UTF-8" />
    <title>bevy_fleet</title>
    <style>
      body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
    </style>
  </head>
  <script type="module">
    import init from './out/bevy_fleet.js'
    init()
  </script>
  <script>
    // disable right-click context menu
    document.addEventListener('contextmenu', event => event.preventDefault());
  </script>
  <style>
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow: hidden;
    }

    .full-size {
      width: 100% !important;
      height: 100% !important;
    }
  </style>
  <body>
    <canvas id="bevy" class="full-size"></canvas>
  </body>
</html>