path2finding / visualizer

Interactive pathfinding visualizer with an emphasis on learning the algorithms 🎓
https://path2finding.com
2 stars 1 forks source link

Added Empty space, orbit controls, space hover outline, and background grid #46

Closed jamecoyne closed 4 years ago

jamecoyne commented 4 years ago

To my knowledge, we don't have any open issues pertaining to this, but I did it anyway!

The long and short of these changes:

Further work and things to consider

jamecoyne commented 4 years ago

Oop, good catch on the .code-workspace. I turned off strict mode to try suppress some issues I was having, but it’s not essential and should be set to true. I’ll fix and recommit shortly.

uptonm commented 4 years ago

Yea, no worries. If there are still issues feel free to leave it as false. I was just curious :) good work On Mar 18, 2020, 10:33 AM -0400, Jame Coyne notifications@github.com, wrote:

Oop, good catch on the .code-workspace. I turned off strict mode to try suppress some issues I was having, but it’s not essential and should be set to true. I’ll fix and recommit shortly. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

jamecoyne commented 4 years ago

Thanks! Just fixed it, ready to merge if y'all see no other issues :^)