skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Frontend Style/Design of UI #19

Open skywolf829 opened 7 months ago

skywolf829 commented 7 months ago

The default ImGUI design leaves something to be desired. Look into styles, fonts, etc and see about adjusting the look of the app to look more like a professional tool.

skywolf829 commented 7 months ago

Related to #23, styles, layouts, etc may be part of the preference window

skywolf829 commented 6 months ago

https://github.com/hoffstadt/DearPyGui/wiki/Tools-and-Widgets edit theme looks useful

skywolf829 commented 6 months ago

https://github.com/mrtnRitter/DearPyGui_Animate animations for stuff

skywolf829 commented 6 months ago

Moved to react, using react-draggable and react-resizable for all the windows. Open to other ideas, color schemes, UI style. Combine into #23 to have a changeable color scheme from a preferences window?