{"id":22276820,"url":"https://github.com/saecki/flowvis","last_synced_at":"2025-03-25T17:43:35.093Z","repository":{"id":220246347,"uuid":"751142513","full_name":"saecki/flowvis","owner":"saecki","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-27T15:51:01.000Z","size":279,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-16T15:15:38.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saecki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-01T02:23:55.000Z","updated_at":"2024-07-27T15:51:04.000Z","dependencies_parsed_at":"2024-05-16T06:31:31.631Z","dependency_job_id":"98a816aa-c189-4de1-8753-575d1d462805","html_url":"https://github.com/saecki/flowvis","commit_stats":null,"previous_names":["saecki/uni_scivis","saecki/flowvis"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fflowvis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fflowvis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fflowvis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saecki%2Fflowvis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saecki","download_url":"https://codeload.github.com/saecki/flowvis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245512218,"owners_count":20627546,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-03T14:16:16.177Z","updated_at":"2025-03-25T17:43:35.061Z","avatar_url":"https://github.com/saecki.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flowvis\nVisualize a 2D vector field from the `flow.raw` file, which needs to be placed in this directory.\n\n![image](https://github.com/user-attachments/assets/508b1986-7059-4c7a-a848-20d17fc31bbf)\n\n## Build and run\n- Install rust (using [rustup](https://rustup.rs/))\n- Run `cargo run --release`\n\n## Keymappings\n\n| Key                       | Action                                                                   |\n|---------------------------|--------------------------------------------------------------------------|\n| \u003ckbd\u003ectrl +\u003c/kbd\u003e         | Zoom in                                                                  |\n| \u003ckbd\u003ectrl -\u003c/kbd\u003e         | Zoom out                                                                 |\n| \u003ckbd\u003ectrl backspace\u003c/kbd\u003e | Reset pan and zoom                                                       |\n|                           |                                                                          |\n| \u003ckbd\u003espace\u003c/kbd\u003e          | Play/pause video playback                                                |\n| \u003ckbd\u003e.\u003c/kbd\u003e              | Step to next frame                                                       |\n| \u003ckbd\u003e,\u003c/kbd\u003e              | Step to previous frame                                                   |\n| \u003ckbd\u003e[\u003c/kbd\u003e              | Slow down playback                                                       |\n| \u003ckbd\u003e]\u003c/kbd\u003e              | Speed up playback                                                        |\n|                           |                                                                          |\n| \u003ckbd\u003e1\u003c/kbd\u003e              | Show/hide the background velocity texture                                |\n| \u003ckbd\u003ectrl 1\u003c/kbd\u003e         | Cycle through the color map for the background texture                   |\n| \u003ckbd\u003eF\u003c/kbd\u003e              | Enable/disable linear filtering of the background texture                |\n|                           |                                                                          |\n| \u003ckbd\u003e2\u003c/kbd\u003e              | Show/hide stream lines                                                   |\n| \u003ckbd\u003ectrl 2\u003c/kbd\u003e         | Cycle through the color map for stream lines                             |\n| \u003ckbd\u003eI\u003c/kbd\u003e              | Enable/disable interactive an stream line at the cursor position         |\n| \u003ckbd\u003eM\u003c/kbd\u003e              | Cycle the stream line method between `Euler`, `RK2` and `RK4`            |\n| \u003ckbd\u003eshift M\u003c/kbd\u003e        | Cycle the stream line method between `Euler`, `RK2` and `RK4` in reverse |\n| \u003ckbd\u003eL\u003c/kbd\u003e              | Spawn stream lines equally distributed on the left                       |\n| \u003ckbd\u003eshift L\u003c/kbd\u003e        | Spawn stream lines more concentrated towards the center left             |\n| \u003ckbd\u003edelete\u003c/kbd\u003e         | Remove all stream lines                                                  |\n|                           |                                                                          |\n| \u003ckbd\u003e3\u003c/kbd\u003e              | Show/hide the arrow plot                                                 |\n| \u003ckbd\u003ectrl 3\u003c/kbd\u003e         | Cycle through the color map for the arrow plot                           |\n| \u003ckbd\u003eA\u003c/kbd\u003e              | Increase arrow density                                                   |\n| \u003ckbd\u003eshift A\u003c/kbd\u003e        | Decrease arrow density                                                   |\n\n## Mouse/touchpad control\n\n| Key                              | Action                   |\n|----------------------------------|--------------------------|\n| \u003ckbd\u003eleft-click\u003c/kbd\u003e            | Add a stream line origin |\n| \u003ckbd\u003eright-click\u003c/kbd\u003e           | Remove a stream line     |\n| \u003ckbd\u003ectrl scroll\u003c/kbd\u003e           | Zoom                     |\n| \u003ckbd\u003escroll\u003c/kbd\u003e                | Pan                      |\n| \u003ckbd\u003eshift scroll\u003c/kbd\u003e          | Pan in x-direction       |\n| \u003ckbd\u003emiddle-click\u003c/kbd\u003e and drag | Pan                      |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaecki%2Fflowvis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaecki%2Fflowvis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaecki%2Fflowvis/lists"}