Skip to content

feiss/indexed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.