Pathfinding Visualizer - Tutorial 1

preview_player
Показать описание
Let's build a pathfinding visualizer using javafx. This is a fun and interesting programming project to work on. The visualiser presents the user with visuals and pseudocode for the A star algorithm, breadth first search algorithm, depth first search algorithm and uniform algorithm. This will make a good software project for a portfolio as recruiters often ask coding interview questions about pathfinding.

In tutorial 1, we're starting out simple, implementing only the ability to create vertices and move them around using mouse events.
Рекомендации по теме
Комментарии
Автор

What do you think? Are you excited for this series or is it a dud?

thecodeimplementation
Автор

Holy shit that was amazing!
So nice to have a tutorial of more practical applications for JavaFX, most other (except maybe for GenuineCoders) just talk about design or just building simple lists and tree structures.
Well done and thank you!

pontusnellgard
Автор

I love this. This is so inspirational! Keep it up, I wanna see more!



One quick tip: use an external microphone. The mic from your laptop records every hit on the keyboard, so it is quite noisy.

warnerjanveldhuis
Автор

hello Sir,
somehow i can't use setLayoutX and setLayoutY methodes is there any explantations please

fouadamalou