limacv / GaussianSplattingViewer

Tiny Gaussian Splatting Viewer
MIT License
296 stars 29 forks source link

Path Resolution, Window Resizing, and HiDPI Support #1

Closed francescofugazzi closed 11 months ago

francescofugazzi commented 11 months ago

1. Dynamic Path Resolution:

  1. Window Resizing:

    • The rendering area now adjusts appropriately when the application window is resized, ensuring the display remains consistent and user-friendly.
  2. HiDPI Support:

    • Added a new --hidpi command-line flag to scale the ImGui interface by 150%, improving readability on high-resolution displays.
limacv commented 11 months ago

Thanks for the new functionality!