Skip to content

notgiven688/unified_epa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unified EPA (UEPA) Demo

uepa_tests

Robust implementation of the Expanding Polytope Algorithm (EPA).

Some Details

The implementation itself is contained in UEPA.cs. The algorithm detects whether two convex objects are separated or colliding and returns the points of closest distance and deepest penetration, respectively.

The expanding polytope algorithm is used also for the separating case - simplifying the algorithm for collision detection for the general case.

Run the demo locally

  1. Install the .NET 10.0 SDK and the WASM workloads:
    dotnet workload install wasm-tools wasm-experimental
    
  2. Clone and run:
    git clone https://github.com/notgiven688/unified_epa.git
    cd unified_epa/src/UnifiedEPA.WebDemo && ./run
    

About

Robust implementation of the Expanding Polytope Algorithm (EPA)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors