Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 937 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 937 Bytes

sharpPhysics

2D physics engine in C#

https://youtu.be/O_O9jhB9bcI

Screenshot

Controls as of right now:

  • LMB: Move existing objects or create/launch new ones
  • RMB: Delete objects on click / mouse move
  • P: Switch to poolball shader
  • V: Switch to velocity shader
  • W: Switch to "water" shader
  • I: Switch to info shader
  • G: Create Gravity orb
  • SPACE: Stop all object momentum (momentarily)

Tutorials I worked with to create this: