{"id":18271633,"url":"https://github.com/karelia/yrk-spinning-progress-indicator","last_synced_at":"2025-04-05T02:30:36.621Z","repository":{"id":986559,"uuid":"791321","full_name":"karelia/yrk-spinning-progress-indicator","owner":"karelia","description":"A resizable, recolorable clone of the spinning NSProgressIndicator.","archived":false,"fork":true,"pushed_at":"2015-05-27T09:13:04.000Z","size":193,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-05T11:54:04.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"yrk-spinning-progress-indicator","language":"Objective-C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"kelan/YRKSpinningProgressIndicator","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karelia.png","metadata":{"files":{"readme":"README.mdown","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}},"created_at":"2010-07-22T16:16:04.000Z","updated_at":"2020-07-23T06:40:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/karelia/yrk-spinning-progress-indicator","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/karelia%2Fyrk-spinning-progress-indicator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karelia%2Fyrk-spinning-progress-indicator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karelia%2Fyrk-spinning-progress-indicator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karelia%2Fyrk-spinning-progress-indicator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karelia","download_url":"https://codeload.github.com/karelia/yrk-spinning-progress-indicator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247279225,"owners_count":20912848,"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-05T11:39:25.563Z","updated_at":"2025-04-05T02:30:36.266Z","avatar_url":"https://github.com/karelia.png","language":"Objective-C","funding_links":[],"categories":["etc"],"sub_categories":[],"readme":"# YRKSpinningProgressIndicator and SPIDemo.app\n\nby Kelan Champagne (http://yeahrightkeller.com)\n\nPlease feel free to send me questions or comments.\n\n\n## Overview\n\nYRKSpinningProgressIndicator is a clone of the \"Spinning style\"\nNSProgressIndicator that can be set to an arbitrary size and color. The\nbackground color can also be set, or it can be transparent. You can even\nchange the color in real-time while it's animating. SPIDemo is an app to demo\nits use.\n\n\n## Version History\n\n* v1.0  2008-07-08  Initial Release.\n* v1.1  2009-02-14  Fixes from Eric Roccasecca.\n* v1.2  2009-12-21  Added determinate mode and threaded animation, mostly via\nemail from Rowan Beentje (from SequelPro).\n* v1.3  2010-09-06  Pulled fixes, name improvements from mikeabdulla and\n  uncomplex.\n  NOTE: This version is not backwards-compatible with\n  previous versions due to the name changes.\n\n\n## Features\n\n* Can be set to arbitrary size and color.\n    * Can even be changed while animating.\n* Background color can be set arbitrarily or be transparent.\n* Has determinate mode that is a pie-chart of the progress.\n* Mostly compatible with OS X 10.4 (Tiger).  I think there might be some issues\n  with the run modes with the NSTimer-based animation, but I don't have access\n  to a Tiger machine right now, so I can't check.\n\n\n## Code Architecture\n\n* Implemented as a subclass of NSView.\n* Animation is done with an NSTimer, or on a separate thread (when\n  setUsesThreadedAnimation:YES).  You can even swap between the two while the\n  animation is running.\n\n\n## Code Conventions\n\n* Instance variables are prefixed with an underscore (i.e. \"_\").\n\n\n## Contributing\n\nPlease feel free to fork this project, or email any patches to me at\nkelan@yeahrightkeller.com.\n\n\n## License (BSD)\n\nCopyright (c) 2009, Kelan Champagne (http://yeahrightkeller.com)\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright\n  notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright\n  notice, this list of conditions and the following disclaimer in the\n  documentation and/or other materials provided with the distribution.\n* Neither the name of the Kelan Champagne nor the\n  names of its contributors may be used to endorse or promote products\n  derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\nARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE\nLIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\nCONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF\nSUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS\nINTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN\nCONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\nAlso, I'd appreciate it if you would let me know if you find this code useful.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarelia%2Fyrk-spinning-progress-indicator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarelia%2Fyrk-spinning-progress-indicator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarelia%2Fyrk-spinning-progress-indicator/lists"}