Skip to content
Snippets Groups Projects
  1. Sep 06, 2024
    • Florian Schröder's avatar
      Add caching mechanism for layout thumbnails · ae046770
      Florian Schröder authored
      Introduced a caching system to store and reuse generated layout thumbnails based on their hash. This optimization avoids regenerating thumbnails if they already exist, improving the performance of the GUI.
      ae046770
  2. Sep 05, 2024
  3. Sep 02, 2024
  4. Aug 22, 2024
  5. Aug 21, 2024
    • Florian Schröder's avatar
      Refactor grid size calculation for improved accuracy · ffa38868
      Florian Schröder authored
      Switched from using np.round to np.ceil for block size calculation to ensure more accurate grid sizes. Additionally, replaced range with np.arange for consistent step intervals, and ensured rectangle positions use np.round for precise placement.
      ffa38868
  6. Aug 20, 2024
  7. Aug 19, 2024
Loading