Skip to content

drumath2237/impressrd-webar-sample

Repository files navigation

Babylon.js WebAR Sample App

About

Babylon.js で創った WebAR アプリのサンプルです。

Tested Environment

  • Node.js v14
  • yarn
  • Vite 2.7
  • TypeScript
  • Babylon.js 5.2
  • Windows 10 Home(開発機)
  • Pixel 4a 5G(デバッグ機)

Install

手元で試す場合、openssl コマンドを使って SSL/TLS 証明書を作成してください。 Windows の場合、WSL を使うと実行できます。

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

Common Name?という質問で、https://<ローカルIP>:3000と回答します。

そしたらyarn devコマンドで dev サーバを起動します。

Contact

何かございましたらにー兄さんの Twitterまでお願いいたします。