Closed jgranick closed 10 years ago
Can't wait to see this happening :)
Any news on the planning front here? :)
I'm also curious to hear if any progress has been made on this front. I've succeeded in getting full screen shaders working thanks to @MattTuttle, but the ultimate goal is bringing it to the granularity of DisplayObjects.
Lime "next" supports access to GL shaders, so making them user-programmable will be up to the library on top. In OpenFL "next", there is already hardware blend mode support in place, using multiple programmable shaders. Adding new custom shaders has not been tested, but should be mostly there, we can create or follow a new issue on the OpenFL side now if we need to :)
New issue opened on OpenFL! :)
Recent changes have changed the way that shaders are generated, instead of being hard-coded based on a few factors, there is now dynamic shader generation, based upon what is needed for a specific surface.
In addition to the internal behavior of the managed surfaces within Lime (which OpenFL uses), we would like to add support for user-programmable shaders, for custom rendering.