Skip to content

LouisAsanaka/Node-Pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Pathfinding

Simple node graph editor with 3 pathfinding algorithms (Uniform Cost, Greedy, A*). Code is not very organized, so browse at your own risk.

Features

  • Different Editor Modes
    • Create
    • Edit
    • Delete
    • View
    • Search
  • Ability to create, name, and move nodes
  • Ability to create & change weights of edges
  • Pathfinding with heuristics determined by straight line distance

Usage

  • The first letter of every mode represents the hotkey to switch to that mode
  • Click on the edges' labels to edit the weight
  • To search, switch to the "Search" mode & select the start & end node

Requirements

  • JDK
  • JavaFX 11

About

Simple graph node editor with pathfinding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages