Skip to content

An example C++ code to execute the depth-first search algorithm with recursive backtracking. 3D Maze rendering is done with QtQuick3D.

License

Notifications You must be signed in to change notification settings

sevketcaba/mazegenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Generator

An example C++ code to execute the depth-first search algorithm with recursive backtracking.

Inspired by this Youtube video by The Coding Train

Dependencies

  • Qt 6

Features

  • 3D Maze rendering with QtQuick3D
  • ModelView Rendering with QAbstractItemModel and Repeater3D
  • Instanced Rendering with QQuick3DInstancing

Screenshot

Screenshot

About

An example C++ code to execute the depth-first search algorithm with recursive backtracking. 3D Maze rendering is done with QtQuick3D.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published