yperess / StackOverflow

5 stars 2 forks source link

Question: is it possible to switch between this Engine implementation, and a canvas-based Engine implementation? #5

Open AndroidDeveloperLB opened 4 years ago

AndroidDeveloperLB commented 4 years ago

Suppose I make a live wallpaper app that uses Canvas for its Engine class. And I want to have the option to switch to this kind of Engine implementation that is used here, and the opposite.

Is it possible to do it?