Skip to content

Design0r/py-ray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Pathtracer - PyRay

PyRay - Scene 1 PyRay - Scene 2

This is a Python pathtracer that supports the following features:

  • Sphere intersections
  • Material roughness
  • Multi-sample antialiasing
  • Using PySide6

Installation

The project is managed with Poetry and based on Python 3.11.2.

  1. Clone the repository:
    git clone https://github.com/Design0r/PyRay.git

  2. Install the required dependencies:
    poetry install

Usage

To use the pathtracer, run the following command:

poetry run python pyray/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages