sdk
sdk copied to clipboard
Add gpu rendering helper
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, …)