Skip to content

0.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@STREGA STREGA released this 01 Jun 19:26
· 474 commits to main since this release

Major Changes

  • Mouse Lock, Hide, DeltaPosition
  • Windows 10 HiDPI
  • Windows 10 Alt+Enter Fullscreen Shortcut
  • HTML5 Pre-Launch User Gesture Screen
  • iOS/tvOS Keyboard Input
  • iOS Mouse Input
  • new game.defer{/*run this later*/} closure to move a code block to the end of the simulation
  • Transform3Component and Transform2Component are now a class type
  • GameMath is now builtin to the GateEngine package
  • System.sortOrder() uses a new type instead of an Int?
    • Includes convenience functions .after(Collision3DSystem.self)
  • Lot of bug fixes and improvements