Skip to content

frame rate decreases drastically w/ very large stage sizes in P2D and P3D #1089

@processing-bugs

Description

@processing-bugs

Original author: jer.blp...@gmail.com (April 07, 2012 16:00:38)

Blank sketches run at very low frame-rate with large stage sizes.

What steps will reproduce the problem?

  1. Open a new sketch
  2. Set the sketch size to something big (ie. 4000x2000)
  3. Run the sketch

void setup() {
size(4100,2100, OPENGL);
}

void draw() {
background(0);
fill(255);
text(frameRate, 50, 50);
}

I am on a 1.8GhZ MBA w/ 4GB RAM, running 10.7.3.

I definitely think this issue is hardware-dependent, as it seems to behave a lot better with faster graphics cards. Still, a blank stage shouldn't cause this much of a slow-down? (It doesn't in 1.5.1)

Original issue: http://code.google.com/p/processing/issues/detail?id=1051

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions