{"id":13804155,"url":"https://github.com/xjunko/kurarin","last_synced_at":"2025-05-13T17:31:36.277Z","repository":{"id":44887682,"uuid":"423938853","full_name":"xjunko/kurarin","owner":"xjunko","description":"a simple osu! standard simulator","archived":false,"fork":false,"pushed_at":"2024-05-10T15:01:15.000Z","size":18730,"stargazers_count":47,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"rewrite","last_synced_at":"2024-05-19T05:26:38.855Z","etag":null,"topics":["cursordance","dance","ffmpeg","osu","osugame","work-in-progress"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xjunko.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-02T17:31:23.000Z","updated_at":"2024-06-24T02:41:09.339Z","dependencies_parsed_at":"2024-05-03T03:01:05.898Z","dependency_job_id":"b7634069-3176-4d95-a17c-021b1f2ae082","html_url":"https://github.com/xjunko/kurarin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjunko%2Fkurarin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjunko%2Fkurarin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjunko%2Fkurarin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjunko%2Fkurarin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xjunko","download_url":"https://codeload.github.com/xjunko/kurarin/tar.gz/refs/heads/rewrite","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225247843,"owners_count":17444122,"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":["cursordance","dance","ffmpeg","osu","osugame","work-in-progress"],"created_at":"2024-08-04T01:00:42.853Z","updated_at":"2024-11-18T20:31:37.974Z","avatar_url":"https://github.com/xjunko.png","language":"C","funding_links":[],"categories":["Applications"],"sub_categories":["Games"],"readme":"\u003cdiv style=\"float: right; text-align: center;\"\u003e\r\n    \u003cdiv\u003e\r\n        \u003ca href=\"https://youtu.be/2b1IexhKPz4\" title=\"Image is courtesy of Iyowa.\"\u003e\r\n            \u003cimg width=\"200\" align=\"right\" style=\"float: right; margin: 0 10px 0 0;\" alt=\"Kurarin\" src=\"assets/common/textures/kurarin.png\"\u003e\r\n        \u003c/a\u003e\r\n    \u003c/div\u003e\r\n\u003c/div\u003e\r\n\r\n## Disclaimer\r\n\r\nThis program is far from finished and it's not exactly stable either but it works most of the time. \u003cbr/\u003e\r\nUse [danser-go](https://github.com/Wieku/danser-go) or [McOsu](https://github.com/McKay42/McOsu), if you're looking for a client alternative.\r\n\r\n## Preview\r\n[Click here for more video preview(s)](PREVIEWS.md)\r\n\r\nhttps://github.com/xjunko/kurarin/assets/44401509/c834fcd4-43b3-4abc-bc6a-967446b2ed77\r\n\r\n## Releases\r\nYou can get the latest development build from the CI/CD\r\n[here](https://github.com/xjunko/kurarin/releases/tag/latest).\r\n\r\n## Running\r\n\r\n```bash\r\n./kurarin [...arguments]\r\n```\r\n\r\n## Settings\r\n\r\nThe program will create a `settings.json` file on startup for the first time, and exit right after. \u003cbr/\u003e\r\nThe next startup will be normal.\r\n\r\n## Features\r\n\r\nCurrently supports:\r\n\r\n- Gameplay\r\n- Auto (+ cursordance)\r\n- Rendering (Requires [FFmpeg](https://ffmpeg.org/) to be installed in `$PATH`)\r\n- Storyboard\r\n- Replay (`.osr`) support\r\n\r\nCurrently does not support:\r\n\r\n- Stupid/Aspire maps, the program will either OOM your system or straight up crash, beware.\r\n\r\n## Building\r\n\r\n### Requirements\r\n\r\n- V\r\n- GCC/Clang\r\n- OpenGL 3\r\n\r\n#### Linux\r\n\r\nTested with Arch but it _should_ work anywhere else as long as it's linux.\r\n\r\nUse [`ext/build.sh`](https://github.com/FireRedz/kurarin/blob/rewrite/ext/build.sh) to build the program, no makefile :).\r\n\r\n## Credits\r\n\r\nSome of the code is _derived_ or literally copy-pasted from these projects, so big credits to them.\r\n\r\n- [danser-go](https://github.com/Wieku/danser-go) by [Wieku](https://github.com/Wieku)\r\n- [McOsu](https://github.com/McKay42/McOsu) by [McKay](https://github.com/McKay42)\r\n- [osr2mp4](https://github.com/uyitroa/osr2mp4-core) by [yuitora](https://github.com/uyitroa)\r\n- [opsu-dance](https://github.com/yugecin/opsu-dance) by [yugecin](https://github.com/yugecin)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjunko%2Fkurarin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxjunko%2Fkurarin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxjunko%2Fkurarin/lists"}