push2_pong

Crates.iopush2_pong
lib.rspush2_pong
version0.2.1
sourcesrc
created_at2020-12-30 15:49:27.153159
updated_at2022-04-23 08:11:48.088517
descriptionAbleton Push2 Embedded-graphics display driver
homepage
repositoryhttps://github.com/mbracher/push2_pong
max_upload_size
id329289
size65,654
Marc Bracher (mbracher)

documentation

README

push2_pong

Crate

Push2Pong is the Pong game implemented in Rust for the Ableton Push2.

Ableton Push2 is a MIDI instrument with a 960x160 RGB LCD display. Push2 is a USB composite device with a MIDI interface and a generic bulk data interface used to drive the display.

To run push2_pong, install Rust-lang and then you can do

cargo install push2_pong
push2_pong

or

git clone https://github.com/mbracher/push2_pong
cd push2_pong
cargo run

push2_pong on youtube:

Video of Pong on Push2 device

References

Ableton Push Interface

Embedded graphics

Ableton Push2 Embedded graphics display driver

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 12

cargo fmt