The Ejecta github project has been very busy in the last few weeks. We fixed a whole bunch of issues, made the project much more stable and added a good deal of new features.
A huge thanks goes to Tharit who fixed a lot of issues with vector functions and implemented the excellent and fast font rendering routines. Also thanks to anyone else who contributed to the project and reported bugs.
Grab the latest release version from the Ejecta project page.
Changelog
- Added the XMLHttpRequest API
- Added
font
fillText()
,strokeText()
,textAlign
andtextBaseline
- Added round and proper bevel line joins
- Added
destination-out
,destination-over
,source-atop
andxor
blend modes - Added
softAuthenticate()
for the GameCenter API - Added
reportAchievementAdd()
for the GameCenter API - Added support for fullscreen antialiasing (MSAA)
- Fixed orientation issues
- Fixed various line drawing issues
- Fixed various touch event problems
- Fixed various problems with
getImageData()