Skip to content

v1.3.0-rc1

Choose a tag to compare

@hajimehoshi hajimehoshi released this 26 Jun 15:57
· 9518 commits to main since this release
  • Added new platforms
    • Windows
    • Linux
  • Graphics
    • Added CompositeMode to change composite mode (e.g. masking or additive drawing)
  • Audio
    • Moved from exp/audio to audio: No more experimental package!
    • Changed APIs (almost fixed)
    • Added audio/vorbis to decode Ogg/Vorbis stream
    • Added audio/wav to decode Wav stream
  • Others
    • Made most of functions concurrent-safe
  • Bug fix