Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: eludi/arcajs

Tags

v0.20240628

Toggle v0.20240628's commit message
2024.06 release, various incremental imporvements

- use SDL2 Gamepad API for joystick input when applicable
- audio
  - support queues for streaming
  - looped sample replay
- graphics
  - render to texture
  - experimental support streaming textures for video playback
- app
  - args command line arguments array/ url parameter object
  - arch system architecture name
  - mimimize/restore application window
  - openURL method
  - parse function for JSON/XML strings
- runtime
  - better retrieval of shared library modules

v0.20230423

Toggle v0.20230423's commit message
switch all browser examples to new runtime

v0.20220626

Toggle v0.20220626's commit message
asteroludi fix race condition on load in browser

v0.20210325

Toggle v0.20210325's commit message
preparing a new release

v0.20210321

Toggle v0.20210321's commit message
examples now testable from the browser

v0.20210224

Toggle v0.20210224's commit message
major bug in dialogs fixed

v0.20210223

Toggle v0.20210223's commit message
minor corrections, error display linebreaks

v0.20210221

Toggle v0.20210221's commit message
various usability improvements

  - gfx.scale, gfx.origin, gfx.clipRect added
  - support of WAV audio resources and sample pools
  - support of ISO Latin-1 text rendering
  - modal dialogs app.prompt and app.message
  - event handler objects, custom events

v0.20201018

Toggle v0.20201018's commit message
audio replay detune/pitch shift and gfx.drawTile

v0.20200720

Toggle v0.20200720's commit message
icon tweaked