https://github.com/ziyadedher/uniphy
Universal physics, made with great intentions but horrible executions.
https://github.com/ziyadedher/uniphy
physics physics-simulation python python3
Last synced: about 1 month ago
JSON representation
Universal physics, made with great intentions but horrible executions.
- Host: GitHub
- URL: https://github.com/ziyadedher/uniphy
- Owner: ziyadedher
- License: gpl-3.0
- Created: 2017-12-07T16:31:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-09T20:44:17.000Z (over 8 years ago)
- Last Synced: 2025-10-19T21:43:17.252Z (8 months ago)
- Topics: physics, physics-simulation, python, python3
- Language: Python
- Size: 44.9 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# UniPhy
[](https://travis-ci.org/ziyadedher/uniphy)
Universal physics, made with great intentions but horrible executions.
### Requirements
* `python >= 3.6`
* `pip3`
* `arcade`
### Direct Use
* Clone this repository by going to the directory you want to clone to and running `git clone https://github.com/ziyadedher/uniphy`.
* Change into the main `uniphy` directory by running `cd uniphy`.
* Install all dependencies by running `pip3 install -r requirements` in the main `uniphy` directory.
* Run `uniphy.py` using the required version of Python.
* Instructions will be displayed by the program from there on.
### Contributing
* Fork this repository on GitHub.
* Clone this repository by going to the directory you want to clone to and running `git clone https://github.com//uniphy`.
* Change into the main `uniphy` directory by running `cd uniphy`.
* Install all dependencies by running `pip3 install -r requirements` in the main `uniphy` directory.
* Install `pytest` by running `sudo apt install python-pytest` on Ubuntu machines.
* Make the desired changes.
* Write the required tests if necessary.
* Run all tests by running `pytest` in the main `uniphy` directory.
* If everything passes submit a pull request back to this repository.
### License
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.