Skip to content

Physics Engine for 2D graphics, dealing with physics, linear algebra, probability and computer science concepts

License

Notifications You must be signed in to change notification settings

Ghasak/physicsEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Physics Engine

How to run

We will consider this engine as a python package. So, the implementation is based on module syntax not script syntax.

  • Considering the Entry point for our project at:
python -m src.main

Import and pyright LSP

I have used the pyproject.toml to configur the pyright using the code snippet offered from

[tool.pyright]
include = ["src"]

Testing

Running the following,

python -m tests.testing_linearAlgebra

About

Physics Engine for 2D graphics, dealing with physics, linear algebra, probability and computer science concepts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages