Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 730 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 730 Bytes

OpenGL offscreen rendering with EGL and antialiasing

Description

This repository demonstrates an example of rendering with OpenGL without a display manager.

Colab

Requirements

  1. Python 3.7 or higher.
  2. Driver for videocard with EGL 1.5
  3. OpenGL 3.2 or higher

How to run

Install dependencies:

pip install -r. /requirements.txt

For development:

pip install -r ./requirements.txt -r ./requirements.dev.txt

Run:

python ./main.py --out_image ./render.jpg