Affine3D

Creations

bfx

4 years ago

This tutorial follows the first Affine tutorial and shows how to re-use the same concepts now to display the picture with a 3D effect. It shows as well how to do the same with a 16x16 tile map, and build a kart mini-game.

The content of the tutorial is on my GitHub page together with all the source code and the assets. So please head to:

https://github.com/bfxdev/Arduino/tree/master/Affine3D

A few words about the control of the sketch:

  • For the first parts: A to go to next part, B to come back
  • In Kart mini-game mode:
    • A and UP: acceleration (press both for high speed)
    • DOWN: deceleration or reverse
    • LEFT/RIGHT: Turn left/right
    • B: exit to previous part

Enjoy!


View full creation

Alban

NEW 4 years ago

Great demo! And the code is very clean and readable, well done!

STUDIOCRAFTapps

NEW 4 years ago

Whoa, that's a well-documented project! Many optimization tricks can be found, I don't understand all of em but I'm still trying to.

Sorunome

NEW 4 years ago

This is just looking too amazing!