OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

Calculate Concave Polygon Async #49

Open OfficerYoda opened 6 days ago

OfficerYoda commented 6 days ago

Calculating the SubPolygons for a concave Polygon in a seperate Thread due to the above ms runtimes I measured on my machine. Also take a look at the mergePolygons step in PolygonCreator, because it seems non optimal.