Now Processing.R supports draw, setting and some other functions but not enough. ref https://processing.org/reference/ ## 2D Primitives - [x] <a href="https://processing.org/reference/arc_.html" class=" ref-link">arc()</a> - [x] <a href="https://processing.org/reference/ellipse_.html" class=" ref-link">ellipse()</a> - [x] <a href="https://processing.org/reference/line_.html" class=" ref-link">line()</a> - [x] <a href="https://processing.org/reference/point_.html" class=" ref-link">point()</a> - [x] <a href="https://processing.org/reference/quad_.html" class=" ref-link">quad()</a> - [x] <a href="https://processing.org/reference/rect_.html" class=" ref-link">rect()</a> - [x] <a href="https://processing.org/reference/triangle_.html" class=" ref-link">triangle()</a> ## Curves - [x] <a href="https://processing.org/reference/bezier_.html" class=" ref-link">bezier()</a> - [x] <a href="https://processing.org/reference/bezierDetail_.html" class=" ref-link">bezierDetail()</a> - [x] <a href="https://processing.org/reference/bezierPoint_.html" class=" ref-link">bezierPoint()</a> - [x] <a href="https://processing.org/reference/bezierTangent_.html" class=" ref-link">bezierTangent()</a> - [x] <a href="https://processing.org/reference/curve_.html" class=" ref-link">curve()</a> - [x] <a href="https://processing.org/reference/curveDetail_.html" class=" ref-link">curveDetail()</a> - [x] <a href="https://processing.org/reference/curvePoint_.html" class=" ref-link">curvePoint()</a> - [x] <a href="https://processing.org/reference/curveTangent_.html" class=" ref-link">curveTangent()</a> - [x] <a href="https://processing.org/reference/curveTightness_.html" class=" ref-link">curveTightness()</a> ## Environments <!--- [ ] <a href="https://processing.org/reference/cursor_.html" class=" ref-link">cursor()</a>--> <!--- [ ] <a href="https://processing.org/reference/noCursor_.html" class=" ref-link">noCursor()</a>--> - [x] <a href="https://processing.org/reference/delay_.html" class=" ref-link">delay()</a> - [x] <a href="https://processing.org/reference/displayDensity_.html" class=" ref-link">displayDensity()</a> - [x] <a href="https://processing.org/reference/focused.html" class=" ref-link">focused</a> - [x] <a href="https://processing.org/reference/frameCount.html" class=" ref-link">frameCount</a> - [x] <a href="https://processing.org/reference/frameRate_.html" class=" ref-link">frameRate()</a> - [x] <a href="https://processing.org/reference/frameRate.html" class=" ref-link">frameRate</a> - [x] <a href="https://processing.org/reference/fullScreen_.html" class=" ref-link">fullScreen()</a> - [x] <a href="https://processing.org/reference/height.html" class=" ref-link">height</a> - [x] <a href="https://processing.org/reference/noSmooth_.html" class=" ref-link">noSmooth()</a> - [x] <a href="https://processing.org/reference/pixelDensity_.html" class=" ref-link">pixelDensity()</a> - [x] <a href="https://processing.org/reference/pixelHeight.html" class=" ref-link">pixelHeight</a> - [x] <a href="https://processing.org/reference/pixelWidth.html" class=" ref-link">pixelWidth</a> - [x] <a href="https://processing.org/reference/settings_.html" class=" ref-link">settings()</a> - [x] <a href="https://processing.org/reference/size_.html" class=" ref-link">size()</a> - [ ] <a href="https://processing.org/reference/smooth_.html" class=" ref-link">smooth()</a> - [x] <a href="https://processing.org/reference/width.html" class=" ref-link">width</a> ## 3D Primitives - [x] <a href="https://processing.org/reference/box_.html" class=" ref-link">box()</a> - [x] <a href="https://processing.org/reference/sphere_.html" class=" ref-link">sphere()</a> - [x] <a href="https://processing.org/reference/sphereDetail_.html" class=" ref-link">sphereDetail()</a> ## Color ### Setting - [x] <a href="https://processing.org/reference/background_.html" class=" ref-link">background()</a> - [x] <a href="https://processing.org/reference/clear_.html" class=" ref-link">clear()</a> - [x] <a href="https://processing.org/reference/colorMode_.html" class=" ref-link">colorMode()</a> - [x] <a href="https://processing.org/reference/fill_.html" class=" ref-link">fill()</a> - [x] <a href="https://processing.org/reference/noFill_.html" class=" ref-link">noFill()</a> - [x] <a href="https://processing.org/reference/noStroke_.html" class=" ref-link">noStroke()</a> - [x] <a href="https://processing.org/reference/stroke_.html" class=" ref-link">stroke()</a> ### Creating & Reading Blocked until #9 - [x] <a href="https://processing.org/reference/alpha_.html" class=" ref-link">alpha()</a> - [x] <a href="https://processing.org/reference/blue_.html" class=" ref-link">blue()</a> - [x] <a href="https://processing.org/reference/brightness_.html" class=" ref-link">brightness()</a> - [x] <a href="https://processing.org/reference/color_.html" class=" ref-link">color()</a> - [x] <a href="https://processing.org/reference/green_.html" class=" ref-link">green()</a> - [x] <a href="https://processing.org/reference/hue_.html" class=" ref-link">hue()</a> - [x] <a href="https://processing.org/reference/lerpColor_.html" class=" ref-link">lerpColor()</a> - [x] <a href="https://processing.org/reference/red_.html" class=" ref-link">red()</a> - [x] <a href="https://processing.org/reference/saturation_.html" class=" ref-link">saturation()</a>
Now Processing.R supports draw, setting and some other functions but not enough.
ref https://processing.org/reference/
2D Primitives
Curves
Environments
3D Primitives
Color
Setting
Creating & Reading
Blocked until #9