{"id":15374873,"url":"https://github.com/com8/movement-sim","last_synced_at":"2026-02-11T11:34:24.842Z","repository":{"id":37491727,"uuid":"488913537","full_name":"COM8/movement-sim","owner":"COM8","description":"GPU accelerated human movement simulator.","archived":false,"fork":false,"pushed_at":"2022-10-12T09:25:37.000Z","size":9825,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-17T16:22:48.205Z","etag":null,"topics":["cpp","cpp20","gpu-acceleration","simulation","vulkan"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/COM8.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-05T09:43:19.000Z","updated_at":"2024-05-30T23:20:22.000Z","dependencies_parsed_at":"2023-01-19T12:17:41.077Z","dependency_job_id":null,"html_url":"https://github.com/COM8/movement-sim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Fmovement-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Fmovement-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Fmovement-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/COM8%2Fmovement-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/COM8","download_url":"https://codeload.github.com/COM8/movement-sim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228526766,"owners_count":17933291,"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":["cpp","cpp20","gpu-acceleration","simulation","vulkan"],"created_at":"2024-10-01T14:00:00.708Z","updated_at":"2026-02-11T11:34:19.810Z","avatar_url":"https://github.com/COM8.png","language":"C++","readme":"# Movement Simulator\nGPU accelerated human movement simulator.\n\n## Disable GPU Hangcheck\n\n### Intel\nSource: https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-hpc-linux/top/before-you-begin.html\n\n```\ngrub2-mkconfig -o \"$(readlink -e /etc/grub2.cfg)\"\n```\n\nIntel Bug: https://gitlab.freedesktop.org/drm/intel/-/issues/562\n\n## Building\n### Requirements\n\n#### Fedora\n```\nsudo dnf install gtkmm4.0-devel libadwaita-devel libcurl-devel g++ clang cmake git\nsudo dnf install mesa-libEGL-devel vulkan-devel glslc vulkan-tools glslang\n```\n\nIf you want to enable support for debugging Vulkan shaders with [RenderDoc](https://renderdoc.org/) via setting the `MOVEMENT_SIMULATOR_ENABLE_RENDERDOC_API` to `ON` during CMake configuration (e.g. `cmake .. -DMOVEMENT_SIMULATOR_ENABLE_RENDERDOC_API=ON`) the following needs to be installed as well:\n```\nsudo dnf install renderdoc-devel\n```\n\n### Compiling\n```\ngit clone https://github.com/COM8/movement-sim.git\ncd movement-sim\nmkdir build\ncd build\ncmake ..\ncmake --build .\n```\n\n### Installing\n```\nsudo cmake --build . --target install\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcom8%2Fmovement-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcom8%2Fmovement-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcom8%2Fmovement-sim/lists"}