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

Add gpu rendering helper #7

Open
ikskuh opened this issue Dec 27, 2021 · 0 comments
Open

Add gpu rendering helper #7

ikskuh opened this issue Dec 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ikskuh
Copy link

ikskuh commented Dec 27, 2021

Currently, only a software renderer is provided. This should be changed in a way that the SDK supports exporting GPU usable data (export set of triangles).

This feature should provide:

  • Exporting a set of triangle data
  • Export a set of material definitions/draw calls
  • Allow configurable precision for triangulation of round shapes
  • Agnostic to rendering api (support Vulkan, OpenGL, DirectX, …)
@ikskuh ikskuh added the enhancement New feature or request label Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant