Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 638 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 638 Bytes

Indexed

(work in progress!)

Javascript game framework emulating old 8-bit indexed color mode

It supports both canvas 2D and WebGL (default, using twgl).

Only PCX indexed image format supported yet, and PAL for palettes.

  • src/indexed.render.js: core classes for drawing: Stage, Buffer, Palette
  • build folder: library packed together with playground and twgl

Live examples: http://feiss.be/exp/indexed/examples/

MIT Licensed. playground by @rezoner, twgl by @greggman.

Thanks to the above authors and Javier Campos for optimization tips.