cJumpPointSearch
cJumpPointSearch copied to clipboard
A C implementation of the Jump Point Search pathfinding algorithm
Results
1
cJumpPointSearch issues
Sort by
recently updated
recently updated
newest added
Possible improvement for jump function. Limits: x,y max values 0-32767 (0x7FFF) How about instead of allocating memory every time you jump: int *Jump(...) { return int *i = (int *)...