rdkcentral / Lightning-SDK

SDK for Lightning framework
Apache License 2.0
130 stars 69 forks source link

WebGL feature toggle is ignored and WebGL is always forced #6

Closed MLangendijk closed 5 years ago

MLangendijk commented 5 years ago

One of the set-top-boxes we have does not support WebGL. The Wuf.js library however forces this, and does not do anything with the canvas2d feature toggle as defined in the Lightning documentation (https://webplatformforembedded.github.io/Lightning/docs/gettingStarted/configuration). Are there plans to also support non-WebGL rendering, or will this SDK always require WebGL?

oscaruitenbroek commented 5 years ago

@MLangendijk closing ticket, we solved it via Skype.

erikhaandrikman commented 5 years ago

Nice that it’s solved! I think it’s wise to share some details here for people who stumble upon the same issue in the future