Skip to content

i am makeing a physics engine as a fun project to learn more about python

Notifications You must be signed in to change notification settings

lucasvaneijk/physics-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ physics-engine

I am making a physics engine as a fun project to learn more about python and just to have fun

πŸ“˜how to use

windows

make sure you have python installed if you don't install it via the microsoft store

To use this project you fist have to install customtkinter. To install customtkinter open powershell and paste this in powershell

pip install customtkinter

than to run the program download the code and use this command in powershell

python physics_engine.py

or just use your favorite code editor

mac

to install python i am going to show you how to use homebrew but you can also download phython via their site πŸ”— https://www.python.org/downloads/macos/

to install homebrew paste in shell

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

then install python py pasting this in shell

brew install python

to use my program u too need customtkinter on mac to install that paste this in shell

pip3 install python

to run the program paste this in shell

python3 physics_engine.py

if it says that it is not trusted go to System Settings β†’ Privacy & Security β†’ Allow Anyway

About

i am makeing a physics engine as a fun project to learn more about python

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages