Skip to content

Using Projective Geometric Algebra for Rigidbody Physics in 2D with TypeScript

License

Notifications You must be signed in to change notification settings

RobinKa/pga2d-rigidbody

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D PGA rigidbody physics simulation

2D projective geometric algebra (PGA) rigidbody physics based on Charles G. Gunn's thesis and the bivector.net cheatsheet / tools. Real-time visualizations using SVG and React.

Uses typed geometric algebra from typed-ga.

Instructions

Install nodejs, clone this repository, npm install in it and npm start to start.