Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 512 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 512 Bytes

glixl

Glixl is a super-basic 2D sprite/tile engine, very heavily influenced by the fantastic jaws.js, but using webgl rather than 2d-canvas.

Currently includes basic support for:

  • Sprites
  • Sprite sheets
  • Basic animations
  • Tile maps
  • Scrolling viewport
  • Tile map collision
  • Keyboard controls
  • Mouse controls
  • Simple lighting

Still to do:

  • Touch input
  • Animated tiles
  • Make lighting blend better

Glixl has enough functionality at this stage to make simple games.