{"id":26138134,"url":"https://github.com/dbeckwith/cs4732-proj1","last_synced_at":"2026-04-28T01:32:57.261Z","repository":{"id":79047951,"uuid":"86198139","full_name":"dbeckwith/cs4732-proj1","owner":"dbeckwith","description":"Basic spline-following and quaternion rotation animation.","archived":false,"fork":false,"pushed_at":"2017-03-26T00:58:42.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T07:03:01.360Z","etag":null,"topics":["computer-animation","qt","quaternions","splines"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbeckwith.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-03-26T00:48:49.000Z","updated_at":"2019-06-13T02:31:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"23f8ea5a-c70d-443b-8762-8557b4e1b817","html_url":"https://github.com/dbeckwith/cs4732-proj1","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dbeckwith/cs4732-proj1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeckwith%2Fcs4732-proj1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeckwith%2Fcs4732-proj1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeckwith%2Fcs4732-proj1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeckwith%2Fcs4732-proj1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbeckwith","download_url":"https://codeload.github.com/dbeckwith/cs4732-proj1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbeckwith%2Fcs4732-proj1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["computer-animation","qt","quaternions","splines"],"created_at":"2025-03-11T01:44:56.208Z","updated_at":"2026-04-28T01:32:57.249Z","avatar_url":"https://github.com/dbeckwith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WPI CS 4732 Project 1: Follow My Spline\n\nby [Daniel Beckwith](https://github.com/dbeckwith)\n\n[Demo](https://youtu.be/w82GRJ3FvPg)\n\n## Installation\n\nFirst, make sure Python 3.5 is installed. Then, use `pip` to install the dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\nThis will install the [PyQt5](https://www.riverbankcomputing.com/software/pyqt/download5), [PyOpenGL](http://pyopengl.sourceforge.net/), and [PyQt3D](https://www.riverbankcomputing.com/software/pyqt3d/intro) packages. If you're on Windows and `pip` can't install some of the packages, you may have to download the appropriate wheel files from [here](http://www.lfd.uci.edu/~gohlke/pythonlibs/) and install them using `pip`:\n\n```bash\npip install path/to/wheel1 path/to/wheel2 ...\n```\n\nYou may want to do this in a [Virtual Environment](http://docs.python-guide.org/en/latest/dev/virtualenvs/) if you don't have administrative privilages.\n\n## Usage\n\nFrom the project root, run the python module with the help option to see its usage:\n\n```bash\npython -m proj1 --help\n```\n\nAn example of the spline specification file is given in [splines.txt](splines.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeckwith%2Fcs4732-proj1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbeckwith%2Fcs4732-proj1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbeckwith%2Fcs4732-proj1/lists"}