Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buffers and related GL types #21

Open
2 tasks
wpumacay opened this issue May 24, 2023 · 0 comments
Open
2 tasks

Buffers and related GL types #21

wpumacay opened this issue May 24, 2023 · 0 comments
Assignees
Labels
component: opengl-primitives Related to abstractions of OpenGL objects like VBOs, IBOs, VAOs, Textures, etc. type: docs

Comments

@wpumacay
Copy link
Owner

wpumacay commented May 24, 2023

Description

We currently have implemented abstractions for OpenGL VAOs, VBOs, and IBOs. However, there are not that many examples of usage (Python). Also, there's documentation missing for these types

Tasks

  • Implement examples of usage for VAOs, VBOs, and IBOs (Python land)
  • Add documentation (.rst) for the examples of usage and an API reference generated from the docstrings (Sphinx).
@wpumacay wpumacay self-assigned this May 24, 2023
@wpumacay wpumacay converted this from a draft issue May 24, 2023
@wpumacay wpumacay added component: opengl-primitives Related to abstractions of OpenGL objects like VBOs, IBOs, VAOs, Textures, etc. type: docs labels May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: opengl-primitives Related to abstractions of OpenGL objects like VBOs, IBOs, VAOs, Textures, etc. type: docs
Projects
Status: Todo
Development

No branches or pull requests

1 participant