Skip to content

Instantly share code, notes, and snippets.

Pillow3f Documentation

Was PyOpenGL Giving you headaches? You didn't care about real time, you just wanted 3D? Welcome to Pillow3f.

Currently, Pillow3f only boasts one module, Renderer.py, imported using import Pillow3f.Renderer

In there, you will find a class named RenderPipeline, used like this: RenderPipeline(width, height)


RenderPipeline.patch

Installation:

pip install PyTech

How to import PyTech:

from PyTech.structure import *

or just

import PyTech.structure