Rust library for the visual/virtual pinball ecosystem
Join #vpxtool on "Virtual Pinball Chat" discord for support and questions.
Check the examples folder
https://github.com/francisdb/vpxtool
- Visual Pinball https://github.com/vpinball/vpinball
- VPUniverse https://vpuniverse.com/
- VPForums https://www.vpforums.org/
- Virtual Pinball Chat on Discord https://discord.com/invite/YHcBrtT
We expect a folder ~/vpinball/tables
to exist that contains a lot of vpx
and directb2s
files. The tests will recursively search for these files and run the tests on them.
cargo test --release -- --ignored --nocapture
We use https://github.com/MarcoIeni/release-plz which creates a release pr on every commit to master