Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 point-in-polygon zerobrane-studio
Last synced: 21 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T13:55:26.000Z (about 1 year ago)
- Last Synced: 2024-12-24T08:53:56.288Z (24 days ago)
- Topics: algorithm, easy-to-understand, love2d-engine, lua, point-in-polygon, zerobrane-studio
- Language: Lua
- Homepage: https://love2d.org/forums/viewtopic.php?f=14&t=90542
- 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