#Make a rotating 3D cube in Yew

1 messages · Page 1 of 1 (latest)

somber niche
#

Hi everyone! I'm trying to create a rotating 3D cube like this one:
https://developer.mozilla.org/en-US/docs/Web/API/WebGL_API/Tutorial/Creating_3D_objects_using_WebGL

My progress (or lack thereof) can be found here:
https://gitlab.com/mnnxp/yew-cube

I'm involved in the development of the CADBase platform (https://www.reddit.com/r/rust/comments/11ouotc).

In general, the goal of the project yew-cube is to create a library that will be useful to other users and allow for the rendering of STL models on the platform's website.

If I asked a question in the wrong place, please let me know and I will delete it immediately. Additionally, I welcome anyone who wants to participate or offer advice. 🙂

opal ingot
#

May I suggest the wgpu library?

somber niche
#

Thank you for your responsiveness!
Of course. I'm not familiar with graphic libraries at all, so my preliminary choice may be incorrect.