Skip to content

vlaryn/HariFun_137_Arduino_3D_Maze

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

HariFun_137_Arduino_3D_Maze

This is probably not the best way to map 3D Maze onto 2D LCD screen, but I sure had fun challenging myself to do this without any 3D libraries, without any matrix operations, and no trigonometric functions at all. Everything you see on the LCD screen is computed with nothing more than add, subtract, multiply, and divide. All lines are drawn using u8glib.drawLine().

Cheers, Hari Wiguna

Arduino 3D Maze

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.1%
  • Other 10.7%
  • C++ 8.9%
  • Objective-C 2.3%