Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 584 Bytes

FindMe

A simple game to learn how to create effects with shaders.

Features

  • creating a custom ImageView.
  • understanding the concept of shaders.
  • creating the BitmapShader and drawing it.
  • calculating a random location for the Android image.
  • using the BitmapShader.
  • responding to motion events.
  • adding an instructions dialog.

Based on Creating Effects with Shaders by Google Codelabs (2022).