This project is designed to visualize the tilt of a mobile device.
This project serves several purposes:
- Utilizes all three dimensions
- Visualizes the current tilt of the mobile device
- Displays a diagram with the history of tilts
Inspired by the artist Mondrian, whose works feature geometric patterns, I visualize the x and y axes as vertical and horizontal lines and fill the sections with specific colors, translating the x, y, z values into corresponding r, g, b color values.
For the tilt history diagram, I implemented a 3D x, y, z axis graph. Each dot represents a saved data point, and when you tap a dot, a specific image corresponding to that x, y, z value will appear.
- Simply tilt your phone.
- To save the x, y, z values, tap the screen.
- View the saved values in the Graph section.