{"id":26018864,"url":"https://github.com/nachtfeuer/engine","last_synced_at":"2026-04-17T18:31:00.962Z","repository":{"id":94143597,"uuid":"233201469","full_name":"Nachtfeuer/engine","owner":"Nachtfeuer","description":"An \"engine\" for math","archived":false,"fork":false,"pushed_at":"2025-02-05T07:47:47.000Z","size":505,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T20:54:27.422Z","etag":null,"topics":["3d","math","mkdocs","pylint","pytest","python3","radon"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Nachtfeuer.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}},"created_at":"2020-01-11T08:40:16.000Z","updated_at":"2020-04-25T12:43:36.000Z","dependencies_parsed_at":"2025-03-06T14:49:06.564Z","dependency_job_id":null,"html_url":"https://github.com/Nachtfeuer/engine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nachtfeuer/engine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nachtfeuer%2Fengine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nachtfeuer%2Fengine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nachtfeuer%2Fengine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nachtfeuer%2Fengine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nachtfeuer","download_url":"https://codeload.github.com/Nachtfeuer/engine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nachtfeuer%2Fengine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31940657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["3d","math","mkdocs","pylint","pytest","python3","radon"],"created_at":"2025-03-06T06:38:28.796Z","updated_at":"2026-04-17T18:31:00.933Z","avatar_url":"https://github.com/Nachtfeuer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# engine\nAn \"engine\" for math\n\n[![Build Status](https://travis-ci.org/Nachtfeuer/engine.svg?branch=master)](https://travis-ci.org/Nachtfeuer/engine)\n[![Documentation](https://img.shields.io/badge/documentation-ok-brightgreen.svg)](https://nachtfeuer.github.io/engine/)\n[![Coverage Status](https://coveralls.io/repos/github/Nachtfeuer/engine/badge.svg?branch=master)](https://coveralls.io/github/Nachtfeuer/engine?branch=master)\n[![BCH compliance](https://bettercodehub.com/edge/badge/Nachtfeuer/engine?branch=master)](https://bettercodehub.com/)\n[![codebeat badge](https://codebeat.co/badges/ddf9af2f-4072-43ab-82ed-f499ecdabbcd)](https://codebeat.co/projects/github-com-nachtfeuer-engine-master)\n[![Known Vulnerabilities](https://snyk.io/test/github/Nachtfeuer/engine/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/Nachtfeuer/engine?targetFile=requirements.txt)\n[![DeepSource](https://static.deepsource.io/deepsource-badge-light-mini.svg)](https://deepsource.io/gh/Nachtfeuer/engine/?ref=repository-badge)\n\n## Using mkdocs\n\n```\npip install mkdocs pymdown-extensions plantuml-markdown\nmkdocs build\nmkdocs serve\n```\n\nIf `mkdocs serve` does not work:\n\n```\npython -m http.server\n```\n\n## API Documentation\n\n```\npip install pdoc3\npdoc --html -ohtml.docmentation engine\n```\n\nAfter this open html.documentation/engine/index.html in your browser.\nAs an alternative you can do following:\n\n```\npdoc --http localhost:8000 engine\n```\n\nView http://localhost:8000 in your browser to see the API documentation.\nYou might have to use another port if that one is in use.\n\n## Links\n\n - https://vvvv.org/documentation/3d-vector-mathematics\n - https://www.mathsisfun.com/algebra/vectors-cross-product.html\n - https://www.mathsisfun.com/algebra/vectors-dot-product.html\n - https://www.rapidtables.com/convert/number/radians-to-degrees.html\n - https://www.rapidtables.com/convert/number/radians-to-degrees.html\n - https://www.mathsisfun.com/algebra/matrix-multiplying.html\n - https://en.wikipedia.org/wiki/Rotation_matrix\n - https://docs.travis-ci.com/user/languages/python/\n - https://en.wikipedia.org/wiki/Vector_projection\n - https://pdoc3.github.io/pdoc/\n - http://www.ncsa.illinois.edu/People/kindr/emtc/quaternions/\n - http://www.ncsa.illinois.edu/People/kindr/emtc/quaternions/quaternion.c++\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnachtfeuer%2Fengine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnachtfeuer%2Fengine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnachtfeuer%2Fengine/lists"}