quinton-ashley / p5play

JavaScript game engine that uses q5.js/p5.js for graphics and Box2D for physics.
https://p5play.org
GNU Affero General Public License v3.0
667 stars 184 forks source link

HDR display support : ✅ q5.js 🚫 p5.js #293

Open quinton-ashley opened 10 months ago

quinton-ashley commented 10 months ago

Finished adding HDR support to q5 in v1.9.3! https://github.com/quinton-ashley/q5.js

As far as I know the p5.js devs are not working on this feature yet. https://github.com/processing/p5.js/issues/6190

I've advised them on how HDR color could work in p5. https://github.com/quinton-ashley/q5.js/issues/24

Currently, if I wanted to do a workaround in p5play for this with p5.js, I'd have to completely re-implement p5's createCanvas function to even be able to set the canvas context attributes. I would prefer that p5.js support this functionality directly.