Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voronoi diagrams #692

Merged
merged 36 commits into from
Jan 21, 2024
Merged

Voronoi diagrams #692

merged 36 commits into from
Jan 21, 2024

Commits on Jan 14, 2024

  1. Initial implementation

    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    f0b9f96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    543f89a View commit details
    Browse the repository at this point in the history
  3. Assigned distance

    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    08dbde2 View commit details
    Browse the repository at this point in the history
  4. Reduced number of points

    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    c9da51b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a0a12d View commit details
    Browse the repository at this point in the history
  6. Using immutable structures

    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4d3f34c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e146763 View commit details
    Browse the repository at this point in the history
  8. Added color sorting

    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    4cd5095 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83c9136 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c33fd4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e000330 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b7d6b14 View commit details
    Browse the repository at this point in the history
  13. Created new record type for settings

    `VoronoiSettings`
    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    368f2cb View commit details
    Browse the repository at this point in the history
  14. Added option to show points

    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    2dfe1a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bd4babb View commit details
    Browse the repository at this point in the history
  16. Ordering of points

    Not leaving the ordering of non-leading component to chance
    Lehonti committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    c00bec6 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    1b452dc View commit details
    Browse the repository at this point in the history
  2. Changed naming and added TODO comment

    as per suggestion
    Lehonti committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3fa9d8f View commit details
    Browse the repository at this point in the history
  3. Added tests

    Lehonti committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4955709 View commit details
    Browse the repository at this point in the history
  4. Removed property assignment

    Lehonti committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    53f5bcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1aab816 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    38ca138 View commit details
    Browse the repository at this point in the history
  2. Creating pixels in parallel

    Lehonti committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    73946e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa83a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d85079e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63ed0cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44b3fba View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. A few adjustments

    Lehonti committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c1a2ce9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Solved merge conflicts

    Lehonti committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    b8ca36a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313f7ee View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Reduced number of sortings

    Lehonti committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    0f772d2 View commit details
    Browse the repository at this point in the history
  2. Removed a test

    Lehonti committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    aa26e5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c91da94 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Configuration menu
    Copy the full SHA
    e34c9b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d354929 View commit details
    Browse the repository at this point in the history
  3. Added two more tests

    Lehonti committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    9b44f4e View commit details
    Browse the repository at this point in the history