Skip to content

KernelA/egl-offscreen-render

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages