Skip to content

HashLink 1.13

Compare
Choose a tag to compare
@ncannasse ncannasse released this 29 Jan 09:10
· 163 commits to master since this release

This new version of HashLink VM includes the following changes:

  • support for CArray (contiguous memory array of objects)
  • support for @:packed (requires latest Haxe) : declare an object field like in C struct
  • improved GC performances
  • completed int64 support, including int64 maps
  • added DirectX12 support
  • added SDL/DX mouse handle API (by @Yanrishatum)
  • added named threads support + debugger support
  • ... and many additional changes

Full Changes 1.12...1.13