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

Fixes #337 : multiple fixes in the code and modernize the style #345

Open
wants to merge 20 commits into
base: master
Choose a base branch
from

Commits on May 31, 2024

  1. WIP

    Sharcoux committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6f94dd7 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. fix code to working condition and typing

    Manoel Dantas authored and Sharcoux committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    823fb60 View commit details
    Browse the repository at this point in the history
  2. wip refactor examples: calibration

    run `npx vite` into www folder to not need rebundle for now
    Manoel Dantas authored and Sharcoux committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4712c95 View commit details
    Browse the repository at this point in the history
  3. refactor build to simplify config (with Vite)

    Manoel Dantas authored and Sharcoux committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    80cf0f5 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup usused files and update built lib inside www

    Manoel Dantas authored and Sharcoux committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6a7bea6 View commit details
    Browse the repository at this point in the history
  5. refactor: reuse vite as dev server for www

    Manoel Dantas authored and Sharcoux committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    21366bb View commit details
    Browse the repository at this point in the history
  6. chore: removed unused dep

    Manoel Dantas authored and Sharcoux committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    896f5f3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. fix types in src

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    b76888a View commit details
    Browse the repository at this point in the history
  2. fix types on calibration.js example

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1dbbc99 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused file

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fbda3a5 View commit details
    Browse the repository at this point in the history
  4. remove dead code

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5d6a2a4 View commit details
    Browse the repository at this point in the history
  5. remove dead code (?)

    This code is not working and does not seem to be related to webgazer as is now.
    Contains executable code for a server in python to collect training data and store in a sqlite db file (?)
    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ca3a70e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edb33f2 View commit details
    Browse the repository at this point in the history
  7. stop copying built lib to www folder

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    f11286e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0106bca View commit details
    Browse the repository at this point in the history
  9. code cleanup

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1a86eae View commit details
    Browse the repository at this point in the history
  10. fix type hint for d3 v3

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5822675 View commit details
    Browse the repository at this point in the history
  11. updated heatmap demo

    ManoelLobo authored and Sharcoux committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    93fda91 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Improve the code

    Sharcoux committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f0a2b6e View commit details
    Browse the repository at this point in the history
  2. Fix some missing elements

    Sharcoux committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a0e866d View commit details
    Browse the repository at this point in the history