https://github.com/abhineetraj1/vpython-basics
Project made in Vpython
https://github.com/abhineetraj1/vpython-basics
3d-model python python3 vpython
Last synced: 6 months ago
JSON representation
Project made in Vpython
- Host: GitHub
- URL: https://github.com/abhineetraj1/vpython-basics
- Owner: abhineetraj1
- Created: 2021-12-17T00:53:54.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-19T01:30:07.000Z (over 2 years ago)
- Last Synced: 2025-04-16T08:12:02.588Z (10 months ago)
- Topics: 3d-model, python, python3, vpython
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vpython
* VPython is a library that allows for easy creation of 3D visualizations and physics simulations. To run VPython on your machine, follow the steps below:
* These are the 3D shapes made in vpython.
* Follow up content => [here](https://github.com/abhineetraj1/vpython-basics/code/)
## Prerequisites
* Python 3.x: VPython requires Python 3.x to run. If you don't have Python installed, you can download it from the official Python website: python.org.
## Installation
* Open a terminal or command prompt.
* Create a virtual environment (optional but recommended):
```
python3 -m venv venv
```
### Activate the virtual environment:
* For Windows:
```
venv\Scripts\activate
```
* For macOS/Linux:
```
source venv/bin/activate
```
* Install VPython using pip:
```
pip install vpython
```
## Developer
* [abhineetraj1](https://github.com/abhineetraj1)