Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Documentation

Wolfger Schramm edited this page Oct 29, 2019 · 12 revisions

Guides

  • How to import the picimo library in your project
  • The Display is your <canvas> context
  • About Sprites and Vertex Objects
  • Create Textures: import from a TextureAtlas or Tileset
  • How to render 2d maps

API

  • Display
  • Stage2D and Projection: Parallax vs. Orthograhic
  • Sprites
    • VertexObject
    • VODescriptor
    • SpriteGroup
    • Combine with THREE.js BufferGeometry
    • Predefined Sprites:
      • SimpleSprites
      • BitmapText2D
  • Map2D
    • View, Layer and Renderer
    • Import maps from tiled
    • Create custom data provider
    • Create custom renderer
    • Map2DPanControl

Clone this wiki locally