OsArts / game3days

just for test
MIT License
0 stars 0 forks source link

Links #2

Open vovs03 opened 5 years ago

vovs03 commented 5 years ago

Links

video

Sources

PIXI

<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Hello World</title>
</head>
  <script src="pixi/pixi.min.js"></script>
<body>
  <script type="text/javascript">
    let type = "WebGL"
    if(!PIXI.utils.isWebGLSupported()){
      type = "canvas"
    }

    PIXI.utils.sayHello(type)
  </script>
</body>
</html>

v4.5.5

Dragon

vovs03 commented 5 years ago

Pixi.Text

http://pixijs.download/release/docs/PIXI.Text.html

Local

Metrics