Skip to content

v1.3.0

Compare
Choose a tag to compare
@freezy freezy released this 26 Nov 23:11
· 187 commits to master since this release

This is the first published release that contains the Visual Pinball engine. It consists of:

  • The physics / collision engine
  • A game loop implementation, suited for web workers
  • Abstraction of the render API to use in different engines
  • An implementation of the VBScript API in JavaScript
  • A first partially working transpiler using Nearley that converts the table script into JavaScript
  • A first basic WPC-EMU integration
  • ... and of course, a ball object that interacts with the playfield