processing
Here are 2,569 public repositories matching this topic...
-
Updated
May 8, 2020 - Go
-
Updated
May 6, 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
Documentation does not indicate that int() will perform correctly on a String variable, which it does.
URL(s) of affected page(s)
https://processing.org/reference/intconvert_.html
Proposed fix
change the following
Description | Converts any value of a primitive data type (boolean, byte, char, color, float, int, or long) to its integer representation.When an array of values
-
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
May 19, 2020 - Erlang
-
Updated
Jun 6, 2019 - C++
-
Updated
Sep 7, 2018 - Processing
-
Updated
Feb 26, 2018 - C++
-
Updated
May 20, 2020 - JavaScript
-
Updated
Nov 24, 2018 - Java
-
Updated
Mar 8, 2019 - JavaScript
-
Updated
Dec 11, 2019 - 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
-
Updated
Oct 10, 2019 - JavaScript
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