{"id":20358823,"url":"https://github.com/coderline/alphaskia","last_synced_at":"2025-05-08T05:31:38.722Z","repository":{"id":198264973,"uuid":"692769966","full_name":"CoderLine/alphaSkia","owner":"CoderLine","description":"A Skia based rendering backend for alphaTab.","archived":false,"fork":false,"pushed_at":"2025-04-29T12:24:48.000Z","size":26682,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T12:28:01.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CoderLine.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,"zenodo":null}},"created_at":"2023-09-17T14:31:55.000Z","updated_at":"2025-04-29T12:25:03.000Z","dependencies_parsed_at":"2023-10-16T08:37:05.689Z","dependency_job_id":"79424270-94b8-4f31-bc55-24273ca46177","html_url":"https://github.com/CoderLine/alphaSkia","commit_stats":null,"previous_names":["coderline/alphaskia"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderLine%2FalphaSkia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderLine%2FalphaSkia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderLine%2FalphaSkia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderLine%2FalphaSkia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderLine","download_url":"https://codeload.github.com/CoderLine/alphaSkia/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253008771,"owners_count":21839699,"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-11-14T23:29:02.886Z","updated_at":"2025-05-08T05:31:33.712Z","avatar_url":"https://github.com/CoderLine.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# alphaSkia\n\nalphaSkia is a special cross platform [Skia](https://skia.org/) wrapper used in [alphaTab](https://github.com/CoderLine/alphaTab) it aims to provide a HTML5 Canvas like API to alphaTab providing a consistent rendering experience across the alphaTab flavours like web, .net and Kotlin. Differences across operating systems might still apply.\n\n## Versioning \n\nalphaSkia a slightly adapted [Semantic Versioning](https://semver.org/) scheme where the `PATCH` part indicates\nthe Skia milestone version we have integrated. \n\nCurrently we are on [Skia m120](https://github.com/CoderLine/alphaSkia/blob/main/.gitmodules#L8)\n\nGiven a version number `MAJOR.MINOR.SKIA`:\n\n1. `MAJOR` is incremented when we make incompatible API changes. \n2. `MINOR` is incremented when we add functionality in a backward compatible manner\n3. `SKIA` is aligned with the Skia milestone we have integrated. See [here](https://skia.org/docs/user/release/#release-process) and [here](https://chromiumdash.appspot.com/schedule)\n\nThe prerelease labels and tags we use: \n\n* Pre-Release versions for builds which are in-development\n    * SemVer: `-alpha.\u003cbuild counter\u003e` (NuGet and NPM)\n    * NPM Tag: `alpha`\n    * Maven: `-SNAPSHOT`\n* Local Builds (not published anywhere)\n    * SemVer: `-local`\n    * Maven: `-LOCAL`\n\n## Supported platforms\n\n| Target              | .net | Java | Node.js |\n|---------------------|------|------|---------|\n| win-x64             | ✅    | ✅    | ✅       |\n| win-x86             | ✅    | ✅    | ✅       |\n| win-arm64           | ✅    | ✅    | ✅       |\n| linux-x64           | ✅    | ✅    | ✅       |\n| linux-x86           | ✅    | ✅    | ✅       |\n| linux-arm           | ✅    | ✅    | ✅       |\n| linux-arm64         | ✅    | ✅    | ✅       |\n| macos-x64           | ✅    | ✅    | ✅       |\n| macos-arm64         | ✅    | ✅    | ✅       |\n| android-x64         | ✅    | ✅    |         |\n| android-x86         | ✅    | ✅    |         |\n| android-arm         | ✅    | ✅    |         |\n| android-arm64       | ✅    | ✅    |         |\n| ios-arm64           | ✅    |      |         |\n| iossimulator-x64    | ✅    |      |         |\n| iossimulator-arm64  | ✅    |      |         |\n\nWe don't have a full automatic test matrix for all packages and platforms. If you encounter any platform problems please report them in this repository.\n\n## Credits\nA big **Thank you** to the following projects giving me good insights on how to build Skia in a cross platform fashion. These projects influenced heavily how the pipelines of alphaSkia are organized.\n\n* [SkiaSharp](https://github.com/mono/SkiaSharp/)\n* [Skija](https://github.com/HumbleUI/Skija/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderline%2Falphaskia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderline%2Falphaskia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderline%2Falphaskia/lists"}