Skip to content

Support more context and framebuffer options #3

Description

@einarf

Some missing (imporant options). Trying to be conservative here. The are ordered by importance:

  • depth_bits to specify resolution for depth buffer. The default 16 bits is often not enough.
  • samples specifying the number of MSAA samples for the default framebuffer
  • gl_version to specify a a minimum gl version the user expects.
  • Maybe also a core and forward_compatible parameter. At least core is probably needed.
  • Possibly a way to control vsync, but tkinter might be in control of that? (Not researched)

It can just be parameters to baseOpenGLFrame.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions