alexlarsson / gthree

Gthree is a GObject/Gtk+ port of three.js
MIT License
84 stars 13 forks source link

Improve postprocessing performance #85

Open lw64 opened 2 years ago

lw64 commented 2 years ago

It would be good to have the different postprocessing steps combined into one shader and then exe uted, instead of multiple small steps after each other that slow it down massively, the more complex the postprocessing gets.

For threejs the extension here is doing that: https://github.com/mrdoob/three.js/

That could be ported to gthree.