issues
search
Prozi
/
detect-collisions
Points, Lines, Boxes, Polygons (also hollow), Ellipses, Circles. RayCasting, offsets, rotation, scaling, bounding box padding, flags for static and ghost/trigger bodies
https://prozi.github.io/detect-collisions/
MIT License
207
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Example of the raycast's third parameter please
#85
gregmax17
closed
2 weeks ago
3
adding `userData` with a type of `any`
#84
gregmax17
closed
4 weeks ago
3
Moving Platforms
#83
gregmax17
closed
1 month ago
4
Add docs for group property on bodies
#82
RedPhoenixQ
closed
1 month ago
0
Should resolve multiple simultaneous collision between static and dynamic bodies
#81
sbuys
closed
2 months ago
9
Explanation use of property `group`
#80
gregmax17
closed
1 month ago
12
fix: bbox check uses bodyA twice
#79
RedPhoenixQ
closed
4 months ago
1
fix: rotate concave `Polygon`'s internal `convexPolygon` cache
#78
RedPhoenixQ
closed
4 months ago
1
Update to TypeScript 5.5
#77
Ewok167
closed
4 months ago
7
fix: should not be assumed to always interact with the same group
#76
noih
closed
6 months ago
5
check collisions within the area
#75
noih
closed
6 months ago
2
feat: supports collision filtering
#74
noih
closed
6 months ago
6
Usage in browser?
#73
rev111
closed
2 weeks ago
8
Types: Could not find a declaration file for module 'poly-decomp'
#72
ong-appxplore
closed
8 months ago
3
feat: yarn install node@18 + update benchmark node version to 18
#71
Prozi
closed
8 months ago
0
Setting width or height of a Box does not respect isCentered property
#70
joeynenni
closed
8 months ago
3
Trying to keep the object inside the walls with multiple collisions
#69
whitespacecode
closed
9 months ago
5
feature-request: Swept collision detection
#68
whitespacecode
closed
4 months ago
21
[Snyk] Upgrade @types/sat from 0.0.32 to 0.0.35
#67
Prozi
closed
10 months ago
1
[Snyk] Upgrade @types/rbush from 3.0.0 to 3.0.3
#66
Prozi
closed
10 months ago
1
Feature request: for debug canvas draws, can we manipulate draw color by entity type
#65
jyoung4242
closed
11 months ago
4
Question on resolving checkAll()
#64
jyoung4242
closed
1 year ago
3
feature suggestion, adding a label to the collision body for sorting and matching bodies
#63
jyoung4242
closed
1 year ago
15
Bug: Storing Response reference instead of new instance in system.checkAll and system.checkOne methods
#62
HoangTran0410
closed
1 year ago
5
setAngle() does not update bbox
#61
slickgotchi
closed
1 year ago
8
chore: add myself to license
#60
Prozi
closed
1 year ago
1
getPotentials() alternative to do BVH without SAT
#59
mdealiaga
closed
1 year ago
7
Fix: isCentered
#58
MeroVinggen
closed
1 year ago
8
fix: circular dependency, util.ts import intersect.ts, intersect.ts import util.ts
#57
RichDavidMu
closed
1 year ago
2
3D collision is it possible?
#56
sefirosweb
closed
1 year ago
8
Types: improvement
#55
MeroVinggen
closed
1 year ago
6
Optimize usage of Array.map, Array.forEach, and Array.filter
#54
Codezilluh
closed
1 year ago
4
Fix: performance
#53
MeroVinggen
closed
1 year ago
3
Fix: circleOutsidePolygon
#52
MeroVinggen
closed
1 year ago
3
feat: 7.0.0
#51
Prozi
closed
1 year ago
0
feat: accurate aInB and bInA for concaves
#50
Prozi
closed
1 year ago
0
Docs: improvement
#49
MeroVinggen
closed
1 year ago
14
About contain judgment between polygons
#48
naomei
closed
1 year ago
20
Line: Rounding error on maxY
#47
tmanninger
closed
1 year ago
6
chore(deps): bump json5 from 2.2.1 to 2.2.3
#46
dependabot[bot]
closed
1 year ago
2
Polygon collision detection returns false
#45
tmanninger
closed
1 year ago
8
How to use isTrigger?
#44
distantforest1
closed
1 year ago
4
fix: moving concave polygon
#43
jmankopf
closed
2 years ago
5
Moving concave polygons doesn't work
#42
jmankopf
closed
2 years ago
4
Introduce Benchmarks
#41
BobGneu
closed
2 years ago
1
forEach in checkAll() and asynchronous operations in callback
#40
trekze
closed
2 years ago
4
getPotentials(new Box(...)) not work
#39
alderzhang
closed
2 years ago
12
When using padding: bodies are sometimes not deleted with system.delete(body)
#38
mdealiaga
closed
2 years ago
8
feature-request: Extend Benchmarking
#37
BobGneu
opened
2 years ago
17
Offset not exposed on Circle, though present on SAT implementation
#36
BobGneu
closed
2 years ago
11
Next