This project is an interactive 3D graphics system that allows you to load, manipulate, and visualize 3D objects in a scene. You can import .obj files, apply transformations like rotation, translation, and scaling, and interact with the objects.
-
Clone the repository:
git clone https://github.com/hadson0/interactive-graphic-system/tree/main cd interactive-graphic-system -
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- Windows:
venv\Scripts\activate
- Linux:
source venv/bin/activate -
Install the dependencies:
pip install -r requirements.txt
python main.py