GraphiXion

GraphiXion is a 3D graphics rendering engine that supports various 3D features like lighting, texture mapping, and model handling. This project is built with Python and OpenGL and is designed to create immersive scenes with customizable shaders and textures.

Table of Contents

Features

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/GraphiXion.git
    
  2. Navigate to the project directory:
    cd GraphiXion
    
  3. Install the required dependencies:
    pip install -r requirements.txt
    

Usage

To run the project, execute the main script:

python main.py

This will initialize the scene, load objects, and start rendering. Adjust parameters in the scripts to customize the rendering output.

Project Structure

Requirements

License

This project is licensed under the MIT License. See the LICENSE file for details.