Page 1 of 1

2D Navmesh

Posted: Mon Nov 09, 2015 8:59 pm
by AntonioModer
I work on 2d navigation mesh (navmesh) for LOVE.
Status: alpha; not library, only example, have bugs
License: zlib
Source: https://github.com/AntonioModer/NavmeshTest
State of development: paused.
Other:
viewtopic.php?f=3&t=81155
https://github.com/AntonioModer/clipperTest
https://github.com/AntonioModer/CutHolesTest
Blue - this is clipped navmesh
Blue - this is clipped navmesh
navMeshTest 0.0.4.png (21.46 KiB) Viewed 9267 times

Re: 2D Navmesh

Posted: Thu Nov 12, 2015 4:04 am
by AntonioModer
I have problem: https://github.com/luapower/clipper/issues/1
Сan anyone help?

Edit: problem is fixed

Re: 2D Navmesh

Posted: Wed Nov 18, 2015 2:49 am
by AntonioModer
Done https://github.com/AntonioModer/CutHolesTest/
test.png
test.png (28.34 KiB) Viewed 9708 times

Re: 2D Navmesh

Posted: Wed Nov 18, 2015 4:34 am
by davisdude
Nice! Is it on GitHub yet?

Re: 2D Navmesh

Posted: Wed Nov 18, 2015 2:08 pm
by AntonioModer
davisdude wrote:Nice! Is it on GitHub yet?
Thanks. Not done yet. Somewhere in next week will be ready alpha.
By the way, thank you for the function mlib.polygon.getPolygonIntersection. I use it in CutHolesTest for this Navmesh library. :)

Re: 2D Navmesh

Posted: Thu Nov 19, 2015 12:31 am
by davisdude
No problem :D

Re: 2D Navmesh

Posted: Wed Nov 25, 2015 2:08 pm
by AntonioModer
Sorry, but now i not work on this library.
State of development: paused.

Re: 2D Navmesh

Posted: Wed Dec 09, 2015 5:29 am
by AntonioModer
Update.
Status: alpha; not library, only example, have bugs
Source: https://github.com/AntonioModer/NavmeshTest

Re: 2D Navmesh

Posted: Wed Sep 14, 2016 8:22 pm
by AntonioModer
I found interesting code, wich help me build navmesh, thanks to Alexar:
https://github.com/AlexarJING/box2dhelp ... 187e299726

Image