2D canvas rendering support

Issue #13 resolved
Valtteri Heikkilä repo owner created an issue

Add support for 2D canvas rendering. It would look same as NTSC & TV emulation turned off. Direct RGB lookup can be generated from existing lookup texture data. It would also look better to split NTSC emulation lookup generation code to a separate file...

Pros:

  • 2D canvas works on more browsers than WebGL.
  • Provides fallback if WebGL is not supported.

Cons:

  • NTSC & TV emulation are disabled for 2D canvas.
  • Possible complexities in disabling/hiding UI controllers.

Comments (2)

  1. Log in to comment