SkillAgentSearch skills...

FastPathfinder

A fast, Non-rasterizing pathfinder

Install / Use

/learn @Wazzaps/FastPathfinder
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FastPathfinder

A fast, Non-rasterizing pathfinder

See an example at https://Wazzaps.github.io/FastPathfinder/

Usage

let shapes = [
	[[341,292], [239,349], [152,270], [201,163], [318,176]]
];
let path = makePath([50, 30], [480, 420], shapes); // = [[50,30], [318,176], [480,420]];
View on GitHub
GitHub Stars11
CategoryDevelopment
Updated2y ago
Forks0

Languages

JavaScript

Security Score

75/100

Audited on May 25, 2023

No findings