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

Debug Drawing utils #28

Open
5 tasks
wpumacay opened this issue May 30, 2023 · 0 comments
Open
5 tasks

Debug Drawing utils #28

wpumacay opened this issue May 30, 2023 · 0 comments
Labels
component: bindings Related to Python Bindings generation component: engine objects Related to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.) type: docs type: feature

Comments

@wpumacay
Copy link
Owner

wpumacay commented May 30, 2023

Description

We implemented a Debug Drawer module that currently is capable of drawing wireframes of various primitives. However, we're missing the functionality to draw these primitives as solid objects, Python bindings to expose this module to Python, and related documentation of this module.

Tasks

  • Implementation of solid primitives using instancing
  • Implementation of Python bindings
  • Examples of usage (Python)
  • Documentation (API auto-generated using Sphinx)
  • Documentation (.rst custom made)
@wpumacay wpumacay converted this from a draft issue May 30, 2023
@wpumacay wpumacay added component: bindings Related to Python Bindings generation type: docs type: feature component: engine objects Related to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.) labels May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: bindings Related to Python Bindings generation component: engine objects Related to objects from the engine itself (e.g. Cameras, Lights, Meshes, etc.) type: docs type: feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant