v1.3.0
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