Skip to main content

Questions tagged [processing]

Processing is an open source programming language and integrated development environment (IDE) built with the purpose of teaching the fundamentals of computer programming in a visual context.

1 vote
1 answer
90 views

UHD monitor showing artifacts for cetrain patterns, e.g. lighter lines, or image turns to green on purple

I wonder, why black-white pixels pattern as seen on this page http://www.lagom.nl/lcd-test/clock_phase.php is displayed wrongly by UHD LCDs (on all i tried). Please note, that it must be displayed 1:1 ...
saliem12's user avatar
0 votes
1 answer
69 views

Output to more than one canvas texture in processing with shader OpenGL

as the question suggests im looking to output to more than one canvas element in processing to speed up the calculations and limit shader draw calls. It has to be as simple as possible to be ...
Paul Goux's user avatar
0 votes
1 answer
52 views

3D projection Axis inversion problem (Java/Processing)

Unfortunately, I always had problems with math and was never good at it. I'm currently trying to combine math with my knowledge and my passion for programming. Brief introduction: In math, we have ...
mardari's user avatar
-1 votes
1 answer
569 views

How to deform an object in glsl? (processing)

I am a beginner in glsl and processing. I have a cube, can I know how to deform it using mathematical or progammatical functions? ...
Tragend's user avatar
0 votes
1 answer
465 views

How to use PCA to reconstruct 3D Mesh?

Given a set of human body mesh {S_i}, for each S_i, the points are N*3, we can do PCA on that. We can use PCA to reduce the dimension of {S_i}, for example to k dimension. Let the main direction of ...
Frank's user avatar
  • 1
1 vote
1 answer
162 views

How does Processing language relate to the industry standard?

Here are its docs: https://processing.org/reference. Processing is described as a 'language built with the purpose of teaching non-programmers the fundamentals of computer programming in a visual ...
Evgenia Karunus's user avatar
1 vote
1 answer
2k views

Understanding camera() settings in Processing

I have trouble understanding the way a camera is set in Processing (according to the reference this shoudn't be very different from OpenGl). For starters, when I set the eye position of the camera I ...
user1868607's user avatar
3 votes
1 answer
99 views

Issue with size() function in Processing language?

I´m new to the Processing language. Trying to do my first sketch I´m having trouble with the dimension of the display window width and height because even though I´ve tried putting a variety of values ...
chick3n0x07CC's user avatar