Skip to content

Instantly share code, notes, and snippets.

import numpy as np
import moderngl
from moderngl_window import geometry
from ported._example import Example
from pathlib import Path
import os
class SimpleColorTriangle(Example):
gl_version = (3, 3)
aspect_ratio = 16 / 9