jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

Python mode, 3D display not working on Mac Big Sur #310

Open robbywalker823 opened 3 years ago

robbywalker823 commented 3 years ago

Hi, using Python mode on macOS Big Sur 11.2.3, in 3D mode a blank window is displayed. 3D mode for Python works fine on macOS Catalina 10.15.7

tabreturn commented 3 years ago

Does placing this at the top of your sketch help?

from java.lang import System
System.setProperty("jogl.disable.openglcore", "false")

def setup():
    size(200, 200, P3D)
    ...
sampathpagolu commented 2 years ago

using P3D in the macOS Montery 12.0.1. Intel Core i5 is showing up a blank window. Tried @tabreturn suggestion but there is no change.

sampathpagolu commented 2 years ago

using P3D in the macOS Montery 12.0.1. Intel Core i5 is showing up a blank window. Tried @tabreturn suggestion but there is no change.

I have two screens, moving the preview window from one screen to another screen seems to get it to work.

rors commented 1 year ago

Any update on this?

tabreturn commented 1 year ago

Are you using Processing 3.5.4? (and not Processing 4.x)

rors commented 1 year ago

Yes, using Processing 3.5.4