{"id":13995555,"url":"https://github.com/kalanyuz/SwiftR","last_synced_at":"2025-07-22T22:31:09.854Z","repository":{"id":62456652,"uuid":"82043162","full_name":"kalanyuz/SwiftR","owner":"kalanyuz","description":"A Swift framework for Real-time time series data visualization","archived":false,"fork":false,"pushed_at":"2019-08-21T22:59:32.000Z","size":869,"stargazers_count":36,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-09T03:45:59.546Z","etag":null,"topics":["ios","macos","module","plot","real-time"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalanyuz.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":"2017-02-15T09:27:56.000Z","updated_at":"2023-09-28T13:40:26.000Z","dependencies_parsed_at":"2022-11-02T00:00:43.315Z","dependency_job_id":null,"html_url":"https://github.com/kalanyuz/SwiftR","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kalanyuz/SwiftR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanyuz%2FSwiftR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanyuz%2FSwiftR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanyuz%2FSwiftR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanyuz%2FSwiftR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalanyuz","download_url":"https://codeload.github.com/kalanyuz/SwiftR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalanyuz%2FSwiftR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266585677,"owners_count":23952163,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ios","macos","module","plot","real-time"],"created_at":"2024-08-09T14:03:28.923Z","updated_at":"2025-07-22T22:31:09.516Z","avatar_url":"https://github.com/kalanyuz.png","language":"Swift","funding_links":[],"categories":["Swift"],"sub_categories":[],"readme":"SwiftRPlot  \n======\nA Swift('er) framework for Real-time time series data visualization\n\n![ios/osx](https://cocoapod-badges.herokuapp.com/p/SwiftRPlot/badge.png)\n![ios/osx](https://cocoapod-badges.herokuapp.com/v/SwiftRPlot/badge.png)\n![Apache](https://cocoapod-badges.herokuapp.com/l/RestKit/badge.png)\n![](https://travis-ci.org/kalanyuz/SwiftR.svg?branch=master)\n\n\nPlotting time series data such as analog signals in real-time can be difficult. \nCharting solutions currently available are not fine-tuned for real-time plots and can be CPU/RAM intensive so I've decided to address this.\nThe project will be as lightweight as possible and purely Swift \u0026 Cocoa(Touch) based to minimalize problems \u0026 update time when new OS arrives.\n\n\u003cimg src=\"http://i.giphy.com/l44QuVwTqYs1FFcYw.gif\" width=\"900\"\u003e\n\nFeatures\n=======\n* Two types of plot : Merged and Split\n* Support multiple instances running at the same time\n* Thread-safe, you can safely add data obtained from another thread to SwiftR.\n* Up to 60fps rendering on macOS\n* Use RAM sparingly, CPU needs further optimization\n* Support scaling and resizing through view constraints \n* Customizable y-tick labels\n* Up to 7 predefined pastel color templates through PrismColor()\n\nGetting Started\n------\nTo use SwiftRPlot:\n\n1. Drag the SwiftR.xcodeproj to your project\n2. Go to your target's settings, hit the \"+\" under the \"Embedded Binaries\" section, and select the SwiftR.framework\n3. In your sourcefile:\n```\nimport SwiftR\n```\nCurrently there is no documentation but both platform shares the same API.\nPlease try [SwiftRDemo_macOS project](https://github.com/kalanyuz/SwiftR/tree/master/SwiftRDemo_macOS) or [SwiftRDemo_iOS](https://github.com/kalanyuz/SwiftR/tree/master/SwiftRDemo_iOS) to see the example of how you can use the API.\n\nInstalling via CocoaPods\n------\nAdd pod 'SwiftRPlot' to your Podfile.\n\nKnown Issues\n------\n* Lower fps when running multiple instances of the plot on iOS\n  * This is due to text drawing which is resource intensive and is on my top fix priority\n\nQuestion, Issues \u0026 Feature requests\n------\nIf you are having questions or problems, :\n* Make sure you are using the latest version of the library. Check the release-section.\n* Search known issues for your problem (open and closed)\n* Create new issues (please do not create duplicate issues)\n\nLicense\n------\nCopyright 2017 Kalanyu Zintus-art \n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at\n```\nhttp://www.apache.org/licenses/LICENSE-2.0\n```\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalanyuz%2FSwiftR","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalanyuz%2FSwiftR","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalanyuz%2FSwiftR/lists"}