dozingcat / Vector-Pinball

Pinball game for Android.
GNU General Public License v3.0
381 stars 126 forks source link

Addition of a motion detector (accelerometer) #188

Open Jacques-Olivier-Farcy opened 1 month ago

Jacques-Olivier-Farcy commented 1 month ago

Hi,

I am planning to make another physical pinball with vector pinball. My fisrt was: photo_2024-10-12_10-11-22 (2) photo_2024-10-12_10-11-22

I wil use a Raspberry PI 4 and a neovo glass protected screen. I will use the https://konstakang.com/devices/rpi4/ Android light OS with an autosdtart to launch Vector Pinball. On the Raspberry PI i could use an accelerometer sensor.

Is it possible that the pinball is affected by the accelerometer data?

dozingcat commented 3 weeks ago

There's some disabled code to support the accelerometer, at some point I'd like to see if it can be made to work well.

Jacques-Olivier-Farcy commented 3 weeks ago

I'm up for testing, could you build a specific version ?

Jacques-Olivier-Farcy commented 2 weeks ago

Hi, I have a MPU3050 3-axis gyroscope with an embedded Digital Motion Processor.

To make tests i wonder if a version for RaspBerry PI OS could be build? (I really lack of skills on this, could be a silly question)