sdk icon indicating copy to clipboard operation
sdk copied to clipboard

Add gpu rendering helper

Open ikskuh opened this issue 3 years ago • 0 comments

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 avatar Dec 27 '21 09:12 ikskuh