processing/processing4

Some `shader()` examples behave unexpectedly at higher pixel densities

开放

#1,063 创建于 2025年4月25日

 (16 条评论) (2 个反应) (1 位负责人)Java (176 个派生)auto 404
bughelp wanted

仓库指标

星标
 (439 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Most appropriate sub-area of Processing 4?

OpenGL

Processing version

4.4.3

Operating system

Tested on macOS 13.4

Steps to reproduce this

  1. Open Processing 4.4.3

  2. Run examples in Topics/Shaders (for example Conway);

  3. Notice the rendering is wrong

snippet

n/a

Additional context

Since version 4.4.3, the default pixelDensity is set to match the display's density. During testing, we found that some shader examples break on high-density displays because they implicitly relied on pixelDensity being set to 1.

Some investigation in how shader() is implemented and what assumptions are made there might be needed.

Would you like to work on the issue?

This can be assigned

贡献者指南