davidfig / physics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yy-physics

A simple 2d physics engine to handle acceleration and velocity.

NOTE

This is a work in progress, a simple 2d physics engine that meets the needs of my projects. I'll add functionality as needed, but I'm not looking to build out a full-featured physics engine as there are tons of them available.

Features

Features ONLY include:

  • acceleration and deceleration
  • automatic turning to a specific angle
  • automatic stopping

Live Demo

https://davidfig.github.io/physics/

API

Coming soon...

Installation

npm i yy-physics

License

MIT License (c) 2021 YOPEY YOPEY LLC by David Figatner

About

License:MIT License


Languages

Language:TypeScript 55.9%Language:JavaScript 44.1%