22 releases (13 breaking)

new 0.14.4 May 10, 2024
0.13.0 Apr 24, 2024
0.10.1 Mar 26, 2024
0.7.0 Nov 29, 2023

#141 in Game dev

Download history 1/week @ 2024-01-22 8/week @ 2024-01-29 13/week @ 2024-02-12 23/week @ 2024-02-19 24/week @ 2024-02-26 24/week @ 2024-03-04 43/week @ 2024-03-11 326/week @ 2024-03-18 129/week @ 2024-03-25 525/week @ 2024-04-01 7/week @ 2024-04-08 376/week @ 2024-04-15 338/week @ 2024-04-22 13/week @ 2024-04-29 731/week @ 2024-05-06

1,458 downloads per month

MIT license

795KB
19K 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

~21MB
~301K SLoC