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

Gsoc2023, stand-alone interactive program that demonstrates 2D arrangements embedded on the sphere #7678

Merged
merged 234 commits into from
Apr 25, 2024

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    c1c1a51 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    c74d7a3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    f9b9591 View commit details
    Browse the repository at this point in the history
  2. Ops (Approximate_point_2)

    efifogel committed May 26, 2023
    Configuration menu
    Copy the full SHA
    9720911 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    facc592 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    2159476 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. 1st revision

    efifogel committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f08da84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a079b5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    910e043 View commit details
    Browse the repository at this point in the history
  4. Fixed approximation of arcs with theta>PI: atan2 was returning negati…

    …ve value, so I added 2*PI to make it in the range [0,2*PI)
    denizdiktas committed May 30, 2023
    Configuration menu
    Copy the full SHA
    01e6057 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    7a447d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9c993 View commit details
    Browse the repository at this point in the history
  3. Removed std::vector from the algorithm, now outputting the approximat…

    …ion points directly to the output iterator.
    denizdiktas committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    34b9a7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55287a View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    efifogel committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    d565320 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ab6b892 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fixed test expected result

    efifogel committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    da710d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0477dfe View commit details
    Browse the repository at this point in the history
  3. style corrections

    denizdiktas committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    81d4592 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2023

  1. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    efifogel committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    3ade612 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. Demo app with just sphere drawn inside OpenGL with GGG (but cmake fai…

    …ls to produce project files)
    denizdiktas committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    890395a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    denizdiktas committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    2864d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbafb4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f202dd View commit details
    Browse the repository at this point in the history
  5. Rendering a sphere with flat shading: triangle normals are calculate …

    …inside the geometry shader for now
    denizdiktas committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    52f4c7e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Sphere Drawing Skeleton: add vertex positions and normals to a single…

    … std::vector and defined two attribues, but this seems not to work properly (debug this)
    denizdiktas committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9369e15 View commit details
    Browse the repository at this point in the history
  2. fixed the sphere problem by generating the strided vertex-data separa…

    …tely (previous code logic regarding the opengl vertex attributes was correct though)
    denizdiktas committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    3737f3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6acd902 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce02ab6 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    efifogel committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d4ee1bb View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    0712485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0a2e09 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Configuration menu
    Copy the full SHA
    7ffda35 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    99fd1e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f404ab View commit details
    Browse the repository at this point in the history
  3. Refactor: Camera class

    denizdiktas committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    cbf97e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb03e6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    609a13e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    84aa351 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Added: camera-zoom

    denizdiktas committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2ee3832 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    efifogel committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    e4840f5 View commit details
    Browse the repository at this point in the history
  3. Added merdians

    efifogel committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    21323d8 View commit details
    Browse the repository at this point in the history
  4. small code refactor

    denizdiktas committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1c98dba View commit details
    Browse the repository at this point in the history
  5. Added sphere color

    denizdiktas committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    42cc227 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    denizdiktas committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    fc3bcaf View commit details
    Browse the repository at this point in the history
  7. Added: color-only shader

    denizdiktas committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    452cd88 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74b54a3 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Corrected initial camera position such that z-axis points to up, x-ax…

    …is to right, y-axis into the screen
    denizdiktas committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    9a5bfa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84f614a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    947d46c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5808019 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db222f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    d3dc562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8ccbb1 View commit details
    Browse the repository at this point in the history
  3. bug fix: position attribute stride was left at 3, set back 0 because …

    …we have just the position data
    denizdiktas committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    f483d1b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96be82f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d7db03 View commit details
    Browse the repository at this point in the history
  6. warning messages fixed

    denizdiktas committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    ff0a29d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eaece85 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    b3d657d View commit details
    Browse the repository at this point in the history
  2. now z-axis looks upwards

    denizdiktas committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    493206e View commit details
    Browse the repository at this point in the history
  3. Added an alternative camera rotation (look inside the mouseMoveEvent(…

    …) function: ROTATION AROUND AN AXIS ORTHOGONAL TO THE BACKPROJECTED DIF-VECTOR)
    denizdiktas committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    782d722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e87f5a5 View commit details
    Browse the repository at this point in the history
  5. refactor

    denizdiktas committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    d68e430 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    f9c98fe View commit details
    Browse the repository at this point in the history
  2. refactor

    denizdiktas committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    531399f View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Added: computation of the world-space approximation error by back-pro…

    …jecting the screen-space error
    denizdiktas committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    1e760f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1af86f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e815709 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    76c9873 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Configuration menu
    Copy the full SHA
    ffca665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520083f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7bbef7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f616f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    b31d2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5a7777 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    31cd58d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10e7154 View commit details
    Browse the repository at this point in the history
  3. Added: code to visualize the newly created vertices and to toggle the…

    … visualization of the countries
    denizdiktas committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    38c4146 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. refactor

    denizdiktas committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    03e2234 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    e29175b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    7571f9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97f1cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b251e5 View commit details
    Browse the repository at this point in the history
  4. Corrected the rendering and arrangement construction logic (TODO: we …

    …need to take outer and inner boundaries separately)
    denizdiktas committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    1c934d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    434c219 View commit details
    Browse the repository at this point in the history
  2. Refactor: moved common arc construction code in Aos to anonymous name…

    …space functions (might still need to refactor common code further)
    denizdiktas committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    32446d3 View commit details
    Browse the repository at this point in the history
  3. Implemented: check for problematic arc in Antarctica (looks like it i…

    …s repeating 2 points in the south pole so that they can be seen in the projected planar coordinates when the coordinates are wrapped along the x-axis (longitude)
    denizdiktas committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    d5c4d3f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Refactor

    denizdiktas committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9f98df3 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    7ba83df View commit details
    Browse the repository at this point in the history
  2. refactor

    denizdiktas committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    daf548c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    ea0604e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    258b40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83d22ac View commit details
    Browse the repository at this point in the history
  3. minor refactor

    denizdiktas committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    824d989 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Added: code to check for problematic nodes in Africa region and verif…

    …y the redundant node in Antarctica
    denizdiktas committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2d2174d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    19bb136 View commit details
    Browse the repository at this point in the history
  2. minor refactor

    denizdiktas committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    78cead6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7db9ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b800d9a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    96c81a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bbb43c View commit details
    Browse the repository at this point in the history
  3. clean-up

    denizdiktas committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    70247a1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    f7b1d16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92c6c17 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Added: Message_manager to notify changes in zoom (trying to recompute…

    … the country boundaries results in strange OpenGL problems)
    denizdiktas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    13111f4 View commit details
    Browse the repository at this point in the history
  2. bug fix: confirmed that the previous opengl error was due to the inac…

    …tive OpenGL context. Fixed it by moving the update function into paintGL(). This causes a delay when updating the approximation, will probably need multithreaded solution (low-priority / future work)
    denizdiktas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a43389d View commit details
    Browse the repository at this point in the history
  3. Initial implementation of checking the newly created faces during the…

    … arrangement construction
    denizdiktas committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9014f88 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    302f36b View commit details
    Browse the repository at this point in the history
  2. Finished: code to identify the newly created faces: previous approach…

    … changed. Newly added faces are shown in red
    denizdiktas committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f5f0995 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3009fc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. commented out shapefile

    denizdiktas committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    db132c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    39504e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2f323b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    38376c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95eb1f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87fec0 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. added: writing of faces

    denizdiktas committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5a08d9a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. minor refactor

    denizdiktas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ddaa233 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1995b8b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    7e7ff1a View commit details
    Browse the repository at this point in the history
  2. working on JSON-loading

    denizdiktas committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    5ba1864 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    denizdiktas committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    454d2c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    47df8a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    16863d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1db9651 View commit details
    Browse the repository at this point in the history
  3. json parsing

    efifogel committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c71362a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    efifogel committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7a8ed94 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    944ebe0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. updated

    efifogel committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    cd26c23 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Fixed condition

    efifogel committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d374cff View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. modified file format

    denizdiktas committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    249b412 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    f80b980 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd9511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7254741 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64bafda View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Updated

    efifogel committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    de4bf46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c6c7ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93811df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4c56c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    15a1b8f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    66d0ef8 View commit details
    Browse the repository at this point in the history
  2. code cleanup

    denizdiktas committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    0c3ab6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2493be1 View commit details
    Browse the repository at this point in the history
  4. added copyright notices

    denizdiktas committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    f1faa51 View commit details
    Browse the repository at this point in the history
  5. Added face name

    efifogel committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    1a6ed9a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gsoc2023-aos_sphere_demo-denizdiktas' of github.com:CGA…

    …L/cgal-public-dev into gsoc2023-aos_sphere_demo-denizdiktas
    efifogel committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    b40ea14 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    9e2c80b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee279d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d97d364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08a695b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    3b8aa1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b028dca View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    88b2e91 View commit details
    Browse the repository at this point in the history
  2. Added: country selection

    denizdiktas committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    60a9ce2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db65cfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c2173dd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d99ac3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    544942e View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    1015f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf4edb9 View commit details
    Browse the repository at this point in the history
  3. Lighting corrected

    denizdiktas committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    ef68eb7 View commit details
    Browse the repository at this point in the history
  4. minor refactor: moved country picking to separate member function to …

    …clean up mousePressEvent handler
    denizdiktas committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f8d58de View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    f785ef7 View commit details
    Browse the repository at this point in the history
  2. refactor

    denizdiktas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ddc8cdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    706e7ea View commit details
    Browse the repository at this point in the history
  4. minor refactor: Aos::get_approx_arcs & added rendering of country bor…

    …ders (but still need to load the KML file)
    denizdiktas committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    cec57f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a10e28 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. refactor: kept just the code related to the final application and mov…

    …ed all of the previous code to Main_winget_old.h/cpp
    denizdiktas committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    498778d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a323352 View commit details
    Browse the repository at this point in the history
  3. refactor on Single_vertex: position is held inside this class now (no…

    … need for the application to keep track of it)
    denizdiktas committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    96145bf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. added: if the query point is on the vertex or on the edge, then one o…

    …f the incident faces is chosen arbitrarily as the query result
    denizdiktas committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e85b593 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    a7e3885 View commit details
    Browse the repository at this point in the history
  2. fixed Qt warning message

    denizdiktas committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a7f5685 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41b7f69 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    0f7bafb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12c8dec View commit details
    Browse the repository at this point in the history
  3. Added the new 'earth' demo

    efifogel committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    fb2a276 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67405ff View commit details
    Browse the repository at this point in the history
  5. cleaned up

    efifogel committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    eb089b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    f2fd4d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    5df7ed2 View commit details
    Browse the repository at this point in the history
  2. Cleaned up

    efifogel committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5afcc24 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. cleaned up

    efifogel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    fff5fa5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36d23e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13b22ab View commit details
    Browse the repository at this point in the history
  4. Cleaned up the build

    efifogel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a086c3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c865eed View commit details
    Browse the repository at this point in the history
  6. Cleaned up

    efifogel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    2c70c53 View commit details
    Browse the repository at this point in the history
  7. ixed typo

    efifogel committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e357e1a View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Ops, one more typo

    efifogel committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f801cea View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    ce59938 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    4aef906 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e50a5b View commit details
    Browse the repository at this point in the history
  3. Added missing license

    efifogel committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0b7859a View commit details
    Browse the repository at this point in the history
  4. More cleanups

    efifogel committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    36a03f8 View commit details
    Browse the repository at this point in the history
  5. Added description

    efifogel committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e545c67 View commit details
    Browse the repository at this point in the history
  6. Pacify some compiler

    efifogel committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5e6d16e View commit details
    Browse the repository at this point in the history
  7. fix warnings

    sloriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7a406d1 View commit details
    Browse the repository at this point in the history
  8. fix demo name

    sloriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    aa47931 View commit details
    Browse the repository at this point in the history
  9. rename data directory

    sloriot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e1df935 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Fixed conversion

    efifogel committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    01eb029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50052e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6d396a View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    2ef13a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    9f226f5 View commit details
    Browse the repository at this point in the history
  2. cleaned up

    efifogel committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6164b2c View commit details
    Browse the repository at this point in the history
  3. Changed float to double

    efifogel committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    50a2ae0 View commit details
    Browse the repository at this point in the history
  4. Indented properly

    efifogel committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    4be9a3c View commit details
    Browse the repository at this point in the history
  5. Cleaned up

    efifogel committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    046d655 View commit details
    Browse the repository at this point in the history
  6. Cleaned up and used GLsizei

    efifogel committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    db5b8b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ab75b6 View commit details
    Browse the repository at this point in the history
  8. remove tabs

    sloriot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a8cdcf9 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. get rid of filesystem

    sloriot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0930058 View commit details
    Browse the repository at this point in the history
  2. be quiet

    sloriot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    669e5bc View commit details
    Browse the repository at this point in the history
  3. be compatible with 6.2

    sloriot committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    326bdf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. warnings

    sloriot authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    d112498 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Use CGAL::data_file_path()

    afabri committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e9603e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5cacf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed9f712 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. use find package instead

    sloriot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    66cb981 View commit details
    Browse the repository at this point in the history
  2. add minimal required version

    sloriot committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c64c0a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Removed drawing for now

    efifogel committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    af21bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d060c19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b8e4c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Simplified the example

    efifogel committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d0e72bb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. remove unused parameters

    sloriot committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3ce1a3f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. hide unused variable

    sloriot committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    de93dad View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    0de0692 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a7b89b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89bfe4b View commit details
    Browse the repository at this point in the history
  4. Added missing 'const'

    efifogel committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    92a2139 View commit details
    Browse the repository at this point in the history
  5. Fixed artifact by adiing uniformly distributed generated points in th…

    …e sphere to the triangulations
    efifogel committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eb330d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. fix warnings

    sloriot committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ec18666 View commit details
    Browse the repository at this point in the history