kpiorno / kivy3dgui

Pure Kivy library to display and interact with Kivy widgets in a 3D mesh.
MIT License
127 stars 29 forks source link

Positioning and sizing nodes in 3d canvas #11

Open juanjavatus opened 4 years ago

juanjavatus commented 4 years ago

Hi dear sir, I would like to know how to set a node parameters to adapt position and size. For example, I would like a node to be a button which can rotate on pressed. Imagine in your checker example. You have two buttons in the left top corner. I would like these buttons were two nodes and they stayed in that position as window resizes and changed size accordingly.

Best regards