Skip to content

ProjectProgressReport_reference

SHIBAHARA Hiroki edited this page Jul 6, 2023 · 18 revisions

環境

エリア 翻訳状況 レビュー状況 メモ
describe() 🏁
describeElement() 🏁
textOutput() 🏁
gridOutput() 🏁
print() 🏁
frameCount 🏁
deltaTime 🏃
focused 🏃
cursor() 🏃
frameRate()
getTargetFrameRate()
noCursor()
displayWidth
displayHeight
windowWidth
windowHeight
windowResized()
width
height
fullscreen()
pixelDensity()
displayDensity()
getURL()
getURLPath()
getURLParams()

作成と読み取り

エリア 翻訳状況 レビュー状況 メモ
alpha() 🏁
blue() 🏁
brightness() 🏁
color() 🏁
green() 🏁
hue() 🏁
lerpColor() 🏁
lightness() 🏁
red() 🏁
saturation() 🏁
p5.Color

設定

エリア 翻訳状況 レビュー状況 メモ
background() 🏁
clear() 🏁
colorMode() 🏁
fill() 🏁
noFill() 🏁
noStroke() 🏁
stroke() 🏁
erase() 🏁
noErase() 🏁

形状

2D プリミティブ

エリア 翻訳状況 レビュー状況 メモ
arc() 🏁
ellipse() 🏁
circle() 🏁
line() 🏁
point() 🏁
quad() 🏁
rect() 🏁
square() 🏁
triangle() 🏁

属性

エリア 翻訳状況 レビュー状況 メモ
ellipseMode() 🏁
noSmooth() 🏁
rectMode() 🏁
smooth() 🏁
strokeCap() 🏁
strokeJoin() 🏁
strokeWeight() 🏁

曲線

エリア 翻訳状況 レビュー状況 メモ
bezier() 🏁
bezierDetail() 🏁
bezierPoint() 🏁
bezierTangent() 🏁
curve() 🏁
curveDetail()
curveTightness() 🏁
curvePoint() 🏁
curveTangent() 🏁

頂点

エリア 翻訳状況 レビュー状況 メモ
beginContour() 🏁
beginShape() 🏁
bezierVertex() 🏁
curveVertex() 🏁
endContour() 🏁
endShape() 🏁
quadraticVertex() 🏁
vertex() 🏁
normal() 🏁

3D プリミティブ

エリア 翻訳状況 レビュー状況 メモ
plane()
box()
sphere()
cylinder()
cone()
ellipsoid()
torus()
p5.Geometry

3D モデル

エリア 翻訳状況 レビュー状況 メモ
loadModel()
model()

定数

エリア 翻訳状況 レビュー状況 メモ
HALF_PI 🏁
PI 🏁
QUARTER_PI 🏁
TAU 🏁
TWO_PI 🏁
DEGREES 🏁
RADIANS 🏁

構造

エリア 翻訳状況 レビュー状況 メモ
preload()
setup()
draw()
remove()
disableFriendlyErrors
noLoop()
loop()
isLooping()
push()
pop()
redraw()
p5()

DOM

エリア 翻訳状況 レビュー状況 メモ
p5.Element
select()
selectAll()
removeElements()
changed()
input()
createDiv()
createP()
createSpan()
createImg()
createA()
createSlider()
createButton()
createCheckbox()
createSelect()
createRadio()
createColorPicker()
createInput()
createFileInput()
createVideo()
createAudio()
createCapture()
createElement()
p5.MediaElement
p5.File

レンダリング

エリア 翻訳状況 レビュー状況 メモ
p5.Graphics
createCanvas()
resizeCanvas()
noCanvas()
createGraphics()
blendMode()
drawingContext
setAttributes()

基礎

エリア 翻訳状況 レビュー状況 メモ
let
const
===
>
>=
<
<=
if-else
function
return
boolean
string
number
object
class
for
while
JSON
console

変形

エリア 翻訳状況 レビュー状況 メモ
applyMatrix()
resetMatrix()
rotate()
rotateX()
rotateY()
rotateZ()
scale()
shearX()
shearY()
translate()

データ

ローカルストレージ

エリア 翻訳状況 レビュー状況 メモ
storeItem()
getItem()
clearStorage()
removeItem()

辞書

エリア 翻訳状況 レビュー状況 メモ
createStringDict()
createNumberDict()
p5.TypedDict
p5.NumberDict

配列関数

エリア 翻訳状況 レビュー状況 メモ
append()
arrayCopy()
concat()
reverse()
shorten()
shuffle()
sort()
splice()
subset()

変換

エリア 翻訳状況 レビュー状況 メモ
float()
int()
str()
boolean()
byte()
char()
unchar()
hex()
unhex()

文字列関数

エリア 翻訳状況 レビュー状況 メモ
join()
match()
matchAll()
nf()
nfc()
nfp()
nfs()
split()
splitTokens()
trim()

イベント

加速度

エリア 翻訳状況 レビュー状況 メモ
deviceOrientation
accelerationX
accelerationY
accelerationZ
pAccelerationX
pAccelerationY
pAccelerationZ
rotationX
rotationY
rotationZ
pRotationX
pRotationY
pRotationZ
turnAxis
setMoveThreshold()
setShakeThreshold()
deviceMoved()
deviceTurned()
deviceShaken()

キーボード

エリア 翻訳状況 レビュー状況 メモ
keyIsPressed
key
keyCode
keyPressed()
keyReleased()
keyTyped()
keyIsDown()

マウス

エリア 翻訳状況 レビュー状況 メモ
movedX
movedY
mouseX
mouseY
pmouseX
pmouseY
winMouseX
winMouseY
pwinMouseX
pwinMouseY
mouseButton
mouseIsPressed
mouseMoved()
mouseDragged()
mousePressed()
mouseReleased()
mouseClicked()
doubleClicked()
mouseWheel()
requestPointerLock()
exitPointerLock()

タッチ

エリア 翻訳状況 レビュー状況 メモ
touches
touchStarted()
touchMoved()
touchEnded()

画像

エリア 翻訳状況 レビュー状況 メモ
createImage()
saveCanvas()
saveFrames()
p5.Image

読み込みと表示

エリア 翻訳状況 レビュー状況 メモ
loadImage()
saveGif()
image()
tint()
noTint()
imageMode()

ピクセル

エリア 翻訳状況 レビュー状況 メモ
pixels
blend()
copy()
filter()
get()
loadPixels()
set()
updatePixels()

入出力

入力

エリア 翻訳状況 レビュー状況 メモ
loadJSON()
loadStrings()
loadTable()
loadXML()
loadBytes()
httpGet()
httpPost()
httpDo()
p5.XML

出力

エリア 翻訳状況 レビュー状況 メモ
createWriter()
p5.PrintWriter
save()
saveJSON()
saveStrings()
saveTable()

エリア 翻訳状況 レビュー状況 メモ
p5.Table
p5.TableRow

時間と日付

エリア 翻訳状況 レビュー状況 メモ
day()
hour()
minute()
millis()
month()
second()
year()

数学

計算

エリア 翻訳状況 レビュー状況 メモ
abs()
ceil()
constrain()
dist()
exp()
floor()
lerp()
log()
mag()
map()
max()
min()
norm()
pow()
round()
sq()
sqrt()
fract()

ベクトル

エリア 翻訳状況 レビュー状況 メモ
createVector()
p5.Vector

ノイズ

エリア 翻訳状況 レビュー状況 メモ
noise()
noiseDetail()
noiseSeed()

ランダム

エリア 翻訳状況 レビュー状況 メモ
randomSeed()
random()
randomGaussian()

三角関数

エリア 翻訳状況 レビュー状況 メモ
acos()
asin()
atan()
atan2()
cos()
sin()
tan()
degrees()
radians()
angleMode()

タイポグラフィ

属性

エリア 翻訳状況 レビュー状況 メモ
textAlign()
textLeading()
textSize()
textStyle()
textWidth()
textAscent()
textDescent()
textWrap()

読み込みと表示

エリア 翻訳状況 レビュー状況 メモ
loadFont()
text()
textFont()
p5.Font

3D

インタラクション

エリア 翻訳状況 レビュー状況 メモ
orbitControl()
debugMode()
noDebugMode()

ライト

エリア 翻訳状況 レビュー状況 メモ
ambientLight()
specularColor()
directionalLight()
pointLight()
lights()
lightFalloff()
spotLight()
noLights()

マテリアル

エリア 翻訳状況 レビュー状況 メモ
loadShader()
createShader()
shader()
resetShader()
texture()
textureMode()
textureWrap()
normalMaterial()
ambientMaterial()
emissiveMaterial()
specularMaterial()
shininess()
p5.Shader

カメラ

エリア 翻訳状況 レビュー状況 メモ
camera()
perspective()
ortho()
frustum()
createCamera()
p5.Camera
setCamera()