30 releases (14 breaking)

0.15.6 Sep 10, 2024
0.15.3 Jun 19, 2024
0.10.1 Mar 26, 2024
0.7.0 Nov 29, 2023

#263 in Game dev

Download history 10/week @ 2024-07-14 15/week @ 2024-07-28 5/week @ 2024-08-04 213/week @ 2024-08-11 24/week @ 2024-08-18 172/week @ 2024-08-25 16/week @ 2024-09-01 186/week @ 2024-09-08 59/week @ 2024-09-15 93/week @ 2024-09-22 46/week @ 2024-09-29 18/week @ 2024-10-06 21/week @ 2024-10-13 14/week @ 2024-10-20 39/week @ 2024-10-27

93 downloads per month

MIT license

1MB
20K SLoC

vpin

Rust library for the visual/virtual pinball ecosystem

https://crates.io/crates/vpin

Join #vpxtool on "Virtual Pinball Chat" discord for support and questions.

Documentation

https://docs.rs/vpin

Example code

Check the examples folder

Projects using vpin

https://github.com/francisdb/vpxtool

Running the integration tests

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

Making a release

We use https://github.com/MarcoIeni/release-plz which creates a release pr on every commit to master


lib.rs:

Vpin is a library for the virtual/visual pinball ecosystem.

It provides a set of tools to work with the various file formats used by the different applications.

The main focus is on the Visual Pinball X (VPX) file format, but it also provides tools for backglass DirectB2S and Point of View POV files.

Dependencies

~16MB
~361K SLoC