KITASENJU DESIGN BLOG

memo, html, javascript, unity

Entries from 2024-04-01 to 1 month

localhostを判定する

js

var uri = new URL(window.location.href); console.log(uri.hostname); if(uri.hostname=="localhost"){ }

position for DOM on Threejs

https://threejs.org/examples/?q=css#css2d_label

webaudioでmp3再生

js

export default class SoundPlayer { constructor() { this.audioContext = new (window.AudioContext || window.webkitAudioContext)(); this.audioBuffer = null; this.sourceNode = null; this.gainNode = this.audioContext.createGain(); this.isPlayin…

p5 editorでclassを追加

https://editor.p5js.org/kubiak200/sketches/l3cW-xhiI

"FOOTER"