Physballs
A small physics simulations engine
Physballs is a small physics engine that I made for fun, and of course, learning purposes.
Previews
Technologies
Installing
To install Physballs you first need Python 3.7.x you will also need git.
-
Open your terminal and paste the following command.
git clone https://github.com/0xHornet/Physballs
if you're on windows you might want to open the folder where you want Physballs installed by pasting the directory in the terminal. e.g.C:\Users\%UserName%\Desktop\Physballs
-
That's all now all you have to do is run the program! use
python physballs.py
or if you're on linux you can run the program by using./physballs.py
. if the above does not work usechmod +x physballs.py
and try again.
Contributing
You are free to contribute to, redistribute, modify and clone this project, please take a look at LICENSE.md for more information.
Use your IDE of choice but make sure to add your IDE autogenerated files inside of .gitignore
I would highly recommend using Topal.
Clone the repository using these commands:
git clone -b master https://github.com/xsync3d/Physballs
cd Physballs
And you're set! good luck in your journey to improve the project or even make your own version of it! :)