luoyuxuan0528

Results 2 issues of luoyuxuan0528

Hi, @enyo 👍 I am trying to build a website allow user preview, select, upload and edit multiple high-resolution images( typically 10-20 images of 6000x4000 pixels). Dropzone helps a lot,...

I am trying to use pyrender on headless server but face EGL BAD DISPLAY. Here is my code: ``` import os os.environ["PYOPENGL_PLATFORM"] = "egl" import pyrender pyrender.offscreen.OffscreenRenderer(640, 480) ``` The...