renardyreveur / hide-and-seek

2 stars 0 forks source link

Visualisation and Demos #12

Closed renardyreveur closed 3 years ago

renardyreveur commented 3 years ago

Create an interactive map creator, where the user can draw user-defined maps and place agents at user-defined locations -> A small bit of GUI programming (maybe use OpenCV first then move on to QT or other stuff later)

Visualisation upgrades -> maybe in 3d rendering, etc ahhahahhhh

renardyreveur commented 3 years ago

By this 4f585fa0666ca52aaa61c75bd863a401bdc6e308 commit, we've instead opted for creating various maps based on various algorithms such as random walk, voronoi diagrams, semi-binary maze, etc. (Well done @jooyoung-korea!)

Creating a map-creator seems fun, and we'll add it to a different milestone in the future (hopefully we'll make it using the web/browser)

Closing the issue for the moment!