processing
Here are 2,632 public repositories matching this topic...
-
Updated
Jun 25, 2020 - Go
-
Updated
Jun 25, 2020 - Python
-
Updated
Dec 9, 2019
-
Updated
Dec 29, 2018 - Python
-
Updated
Mar 12, 2018 - Processing
The descenders (the part of a letter "below the line") is cut off when specifying a wrap_at point within the text() command. With the wrap_at variable omitted, the descender reappears.
from p5 import *
f = None
def setup():
global f
size(640, 480)
# Create the font
f = create_font("Arial.ttf", 20)
text_font(f)
def draw():
Other widgets like Sliders and Numberboxes submit their values and call events immediately when they are changed, but Textfield requires the extra step of pressing enter. This isn't always intuitive, especially when you're filling out a form with a list of text boxes -- most people won't press enter after typing in each one. If you are using linked variables to access the values (instead of `getTe
-
Updated
Mar 30, 2019 - Swift
Issue description
while the example is correct, the documentation is wrong
Syntax curveTangent(a, b, c, d, t)
Parameters
a float: coordinate of first point on the curve
b float: coordinate of first control point
c float: coordinate of second control point
d float: coordinate of second point on the curve
URL(s) of affected page(s)
-
Updated
Feb 8, 2018 - C++
-
Updated
Jan 22, 2020 - Processing
Environment: Android 6.0
NOTE: This is in the test version from #24, I have not yet tested whether this would happen in the 0.4.0 release.
Attempting to open the sketch folder from within APDE (via android's native file browser) instead opens the "Recent" list as shown in the attachment.
This applies regardless of sketchbook location.
[Link to image](https://user-images.githubusercontent.com/3
It would be cool if one could change the shape of the RGB sport effect.
Want to back this issue? Post a bounty on it! We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign
-
Updated
Jun 3, 2020 - Erlang
-
Updated
Jun 6, 2019 - C++
-
Updated
Sep 7, 2018 - Processing
-
Updated
Feb 26, 2018 - C++
-
Updated
Jun 27, 2020 - JavaScript
-
Updated
Nov 24, 2018 - Java
-
Updated
Mar 8, 2019 - JavaScript
-
Updated
Jun 11, 2020 - Groovy
Build instructions
@gaocegege -- what are the current build instructions?
CONTRIBUTING.md says "Read the README.md for build instructions" -- but it doesn't have build instructions. I'm looking through various artifacts -- docker, travis, appveyor, a build.xml for ant (eclipse?), and a set of scripts, e.g. deploy -- and trying to reconstruct a build setup for when I roll up a new release.
-
Updated
Mar 27, 2020 - C
-
Updated
Sep 24, 2019 - Processing
Pinch gestures are used to zoom objects or views in and out. Pinching is used to modify the scale. This is a multiplicative operation, not an additive one. onPinch currently gives the difference in distance between the two contact points before and after the gesture, but doesn't tell anything about the size.
As an example, a 10-pixel difference between points starting 10 pixels apart would
Improve this page
Add a description, image, and links to the processing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the processing topic, visit your repo's landing page and select "manage topics."
Description