BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
606 stars 313 forks source link

Control space layout should be improved #1086

Closed ghost closed 1 year ago

ghost commented 1 year ago

image

bghgary commented 1 year ago

If you are willing to contribute a fix, that would be great!

ghost commented 1 year ago

I am very sorry, I am not good at UI programming skills other than C#.

But I don't feel the need to do very advanced layout and adaptive, floating and other designs. Just need to make sure the basic position is correct, I think some slight adjustments will do.

bghgary commented 1 year ago

I think this is written in C# :-)

Anyways, we are not making updates at this point unless it's a critical issue, but we still take contributions. See here.

ghost commented 1 year ago

I decided I'd better do the improvement, I'm okay with the UI. image

https://github.com/BabylonJS/Exporters/pull/1089

ghost commented 1 year ago

Of course, there are still many details to improve, such as line spacing, padding, alignment, etc.

If there is a higher level of detail required for the user interface, you can encapsulate the abstract base class form, based on the Panel layout of the fill approach.

Designing with a good layout can be well planned, and the details can be better controlled with greater precision.

image

image