Skip to content

Releases: ecj2/poyo

2

26 Nov 20:33
Compare
Choose a tag to compare

The second stable release of Poyo. See notable changes below.

Graphics

  • Shorten text alignment enumerations from Poyo.TEXT_ALIGN_* to Poyo.ALIGN_*.
  • Shorten font style enumerations from Poyo.FONT_STYLE_* to Poyo.STYLE_*.
  • Add Poyo.setClippingRectangle() to confine drawing to a given rectangle.
  • Change default texture wrap to Poyo.WRAP_REPEAT from Poyo.WRAP_CLAMP.
  • Rename Poyo.batchDrawing() to Poyo.useInstancing().
  • Add Poyo.STYLE_BOLD_ITALIC font style enumeration.

Audio

  • Add Web Audio API support and stereo panning.
  • Add Poyo.getSamplePan() method.

Miscellaneous

  • Add Poyo.clearCache() method to clear render cache.
  • Add Poyo.getKey() and Poyo.getKeyCode().
  • Start examples with a user gesture.
  • Remove Poyo.setEntryPoint().
  • Squash multiple bugs.

1

26 Nov 17:26
Compare
Choose a tag to compare
1

The first stable release of Poyo.