Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/p5js-ts-dev-template
https://github.com/zztkm/p5js-ts-dev-template
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/p5js-ts-dev-template
- Owner: zztkm
- Created: 2021-10-13T17:05:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T07:52:44.000Z (almost 3 years ago)
- Last Synced: 2024-12-20T23:29:52.075Z (about 1 month ago)
- Language: TypeScript
- Size: 10.7 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 で開発するためのリポジトリです。
`Use this template` から新しくリポジトリを作成してください。
## 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