{"id":22824542,"url":"https://github.com/csprance/better_cry","last_synced_at":"2025-09-21T06:48:32.074Z","repository":{"id":77768057,"uuid":"158910384","full_name":"csprance/better_cry","owner":"csprance","description":"Work with CRYENGINE objects in an object oriented way","archived":false,"fork":false,"pushed_at":"2019-03-05T18:12:37.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-21T06:48:30.625Z","etag":null,"topics":[],"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/csprance.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}},"created_at":"2018-11-24T06:50:11.000Z","updated_at":"2025-08-04T02:48:31.000Z","dependencies_parsed_at":"2023-04-13T00:16:24.073Z","dependency_job_id":null,"html_url":"https://github.com/csprance/better_cry","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/csprance/better_cry","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csprance%2Fbetter_cry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csprance%2Fbetter_cry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csprance%2Fbetter_cry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csprance%2Fbetter_cry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csprance","download_url":"https://codeload.github.com/csprance/better_cry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csprance%2Fbetter_cry/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276204835,"owners_count":25602738,"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-09-21T02:00:07.055Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":[],"created_at":"2024-12-12T17:07:37.245Z","updated_at":"2025-09-21T06:48:32.015Z","avatar_url":"https://github.com/csprance.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Better Cry\r\n\u003e Work with CRYENGINE objects in the editor in an object oriented way.\r\n\r\n## Install\r\nDrag and drop the `better_cry` folder into `Editor\\Scripts`\r\n\r\n## Usage\r\n```python\r\nfrom better_cry import Level\r\nlevel = Level()\r\nfor item in level.selected:\r\n    # set an items position\r\n    item.position = [0,0,0]\r\n    # read its rotation\r\n    print(item.rotation)\r\n    print(item.scale)\r\n    # get the aabb of the item\r\n    print(item.bounding_box)\r\n    # get the width/height/depth x/z/y\r\n    print(item.width)\r\n    print(item.height)\r\n    print(item.depth)\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsprance%2Fbetter_cry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsprance%2Fbetter_cry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsprance%2Fbetter_cry/lists"}