Skip to content

mcfly722/Phy2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Phy2D

My small collision engine.

For dinamic/static collision used binary search index, so time~=D*log2(S) where (D-number of dynamic objects, S-number of static objects). You can use any speed of objects, it will accurate and don't skips static boundaries.

Example with html5 canvas: http://phy2d-testbed.appspot.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages