https://github.com/arkenidar/lua_love2d_pointinpolygon-algorithm
Early release of a Point In Polygon experimental algorithm. The method is naive, so it can be easily explained and taught. Enjoy and give feedback if possible. Thanks.
https://github.com/arkenidar/lua_love2d_pointinpolygon-algorithm
algorithm easy-to-understand love2d-engine lua naive point-in-polygon zerobrane-studio
Last synced: 4 months ago
JSON representation
Early release of a Point In Polygon experimental algorithm. The method is naive, so it can be easily explained and taught. Enjoy and give feedback if possible. Thanks.
- Host: GitHub
- URL: https://github.com/arkenidar/lua_love2d_pointinpolygon-algorithm
- Owner: arkenidar
- Created: 2021-03-18T15:14:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T13:55:26.000Z (over 1 year ago)
- Last Synced: 2025-02-15T12:14:48.096Z (4 months ago)
- Topics: algorithm, easy-to-understand, love2d-engine, lua, naive, point-in-polygon, zerobrane-studio
- Language: Lua
- Homepage: https://arkenidar.github.io/point_in_polygon/quads_or_triangles.html
- Size: 4.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lua_Love2D_PointInPolygon-Algorithm
Algorithm implementation in Lua language. Based on a Love2D foundation.
## using Love2D (i.e. Lua):
https://github.com/arkenidar/Lua_Love2D_PointInPolygon-Algorithm
Early release of a Point In Polygon experimental algorithm. The method is naive, so it can be easily explained and taught. Enjoy and give feedback if possible. Thanks.
## (precendently) using DHTML5 : JS + HTML element
https://github.com/arkenidar/point_in_polygon
## Love2D forums
https://love2d.org/forums/viewtopic.php?f=14&t=90542
## VisualStudio Code extensions, you can add to it to add functionalities.
- extension related to Lua :
- extension related to Love 2D :
- Lua related Debugger :
- Lua related Debugger :
## ZeroBrane Studio, specific to Lua and its derivations