lib.haxe.org

neash

Neash (NEko/flASH) is a cross platform library designed to allow the same code to run on both the flash VM and the neko VM. It implements the flash9 API to making porting from existing flash code trivial.
Version
1.0.3
Owner
gamehaxe
License
BSD

History

  • 2010-01-11 16:10:45
    1.0.3
    Remove dependency on NME.
  • 2010-01-10 17:35:27
    1.0.2
    Don't collect every frame. Watch out for eventhandlers going.
  • 2009-08-25 18:19:14
    1.0.1
    Fix removing object from within loaded. Collect every frame from INTERNAL_GC.
  • 2009-07-28 15:17:14
    1.0
    Fix some transform order bugs. Sound API. Fix child index ordering bug. Fix font-caching. Fix Mouse event coordinates. URLLoader API.
  • 2009-04-07 16:27:01
    0.9
    Prepped version for hxcpp. Fixed some scaling and masking bugs. Added system replacement. Added scale9Grid. Added drawTriangles + some Blend Modes. Tweak container/child code.
  • 2008-08-08 17:01:09
    0.8.0
    Major upgrade working towards fully useful system for haxe 2.0. Includes fonts, some filters, cacheAsBitmap, broader coverage of events, swf reader, some masking, scrollrects and bounds.
  • 2008-03-04 15:20:57
    0.1.0
    Inital release - concentrating mainly on drawing routines.