{"id":22913997,"url":"https://github.com/bpisano/alison","last_synced_at":"2025-07-20T09:42:15.418Z","repository":{"id":56901864,"uuid":"189384434","full_name":"bpisano/Alison","owner":"bpisano","description":"A bot animation made with SpriteKit.","archived":false,"fork":false,"pushed_at":"2019-06-01T18:51:25.000Z","size":3430,"stargazers_count":34,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-14T16:23:05.998Z","etag":null,"topics":["animation","bot","spritekit","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/bpisano.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":"2019-05-30T09:24:09.000Z","updated_at":"2023-01-19T22:27:13.000Z","dependencies_parsed_at":"2022-08-21T02:50:54.025Z","dependency_job_id":null,"html_url":"https://github.com/bpisano/Alison","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpisano%2FAlison","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpisano%2FAlison/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpisano%2FAlison/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpisano%2FAlison/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpisano","download_url":"https://codeload.github.com/bpisano/Alison/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229665345,"owners_count":18104029,"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":["animation","bot","spritekit","swift"],"created_at":"2024-12-14T05:12:48.353Z","updated_at":"2024-12-14T05:12:48.846Z","avatar_url":"https://github.com/bpisano.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alison\n\n[![CI Status](https://img.shields.io/travis/bpisano/Alison.svg?style=flat)](https://travis-ci.org/bpisano/Alison)\n[![Version](https://img.shields.io/cocoapods/v/Alison.svg?style=flat)](https://cocoapods.org/pods/Alison)\n[![License](https://img.shields.io/cocoapods/l/Alison.svg?style=flat)](https://cocoapods.org/pods/Alison)\n[![Platform](https://img.shields.io/cocoapods/p/Alison.svg?style=flat)](https://cocoapods.org/pods/Alison)\n\n![Alison gif](Example/Images/alison.gif)\n\n## Get Started\n\nAlison is a cool and easy to use animation for your bot. You can use an `ALView` to create an animation in your app :\n\n```swift\nlet animationView = ALView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))\n```\n\nAlison have two animation states. The **normal** state is by default slow and green. The **thinking** state represent a bot activity to show to your users that something is happening. The **normal** state is the state by default when loading the view.\n\nTo change states, you can use :\n\n```swift\nanimationView.setNormalState()\nanimationView.setThinkingState()\n```\n\n## Customization\n\nAlison is fully customizable. You can change various parameters to adapt it to your app. Here is an example of full customization :\n\n```swift\nlet animationView = ALView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))\n\nanimationView.rayCount = 5\nanimationView.rayLength = 6\nanimationView.rayRadius = 5\nanimationView.raySpeed = 6\n\nanimationView.normalPrimaryColor = UIColor.red\nanimationView.normalSecondaryColor = UIColor.cyan\n\nanimationView.thinkingPrimaryColor = UIColor.blue\nanimationView.thinkingSecondaryColor = UIColor.green\n```\n\n## Installation\n\nAlison is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Alison'\n```\n\nThen run `pod install`.\n\n## Requirements\n\nAlison require **iOS 11.0** and **Swift 5**.\n\n## Author\n\nAlison is made by me, Benjamin Pisano. If you want to talk with me, you can contact me on Twitter [@benjamin_pisano](https://twitter.com/benjamin_pisano).\n\n## License\n\nAlison is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpisano%2Falison","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpisano%2Falison","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpisano%2Falison/lists"}