Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/p5.dev
https://github.com/zztkm/p5.dev
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/p5.dev
- Owner: zztkm
- Created: 2021-12-02T05:48:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T08:21:10.000Z (about 3 years ago)
- Last Synced: 2024-12-20T23:29:52.105Z (16 days ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p5.dev
p5.js を TypeScript で開発するためのリポジトリです。
## Refs
- Home | Vite
- https://ja.vitejs.dev/
- 静的サイトのデプロイ | Vite
- https://ja.vitejs.dev/guide/static-deploy.html## Guide
依存関係のインストール
```shell
yarn install
# or
npm install
```開発サーバーの起動(コマンド実行後に http://localhost:3000/ をブラウザで開く)
```shell
yarn run dev
# or
npm run dev
```ビルド
```shell
yarn run build
# or
npm run build
```ビルドしたファイルの確認
```shell
yarn run serve
# or
npm run serve
```## p5.sound リファレンス
普通にインポートしてもうまく扱えなかった。。
- 解決策 | https://github.com/processing/p5.js-sound/issues/512#issuecomment-812815281
- 当面はこれで良さげだが、メンテナンスしにくいし、依存関係がよくわからんのでそのうちなんとかしたい(情報お待ちしてます)
- cdn | https://cdnjs.com/libraries/p5.js