{"id":19842925,"url":"https://github.com/deemp/avaday","last_synced_at":"2025-10-26T14:14:05.419Z","repository":{"id":139131141,"uuid":"403628502","full_name":"deemp/Avaday","owner":"deemp","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-06T18:40:52.000Z","size":2687,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T22:41:18.318Z","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/deemp.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":"2021-09-06T13:14:23.000Z","updated_at":"2021-09-06T18:40:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"f90023d1-a36d-4497-bdcd-2c79627211cd","html_url":"https://github.com/deemp/Avaday","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deemp/Avaday","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2FAvaday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2FAvaday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2FAvaday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2FAvaday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deemp","download_url":"https://codeload.github.com/deemp/Avaday/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deemp%2FAvaday/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003276,"owners_count":26083555,"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-10-10T02:00:06.843Z","response_time":62,"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-11-12T12:36:01.426Z","updated_at":"2025-10-10T08:37:46.586Z","avatar_url":"https://github.com/deemp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Avaday\n\n## Application for avatar generation\n\n### (day -\u003e дай == give)\n\n## Linux installation\n\n### Install _PyQt6_\n\n```sh\n$ sudo apt install PyQt6\n```\n\n### Install pyqtgraph\n\n```sh\n$ sudo apt install pyqtgraph\n```\n\n### Install PyOpenGL\n\n```sh\n$ pip install PyOpenGL\n```\n\n\n### Install OpenGL\n\n```sh\n$ sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev\n$ sudo apt-get update\n```\n\n### Change library a bit\n\nWe need to fix a bug with camera in GL file, so\ngo to *View/app.py*, `Ctrl+Left mouse click` on\n\n```python\nGLViewWidget\n```\n\nIn the line\n\n```python\nwidget = gl.GLViewWidget()\n```\n\nto navigate to `GLViewWidget.py`.\n\nFind the function\n\n```python\nreset()\n```\n\nand change lines in it as follows.\n\n```python\nself.opts['fov'] = 60                ## horizontal field of view in degrees\nself.opts['elevation'] = 90          ## camera's angle of elevation in degrees\nself.opts['azimuth'] = 0             ## camera's azimuthal angle in degrees \n```\n\n## Running on Linux\n\n```sh\n$ python main.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemp%2Favaday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeemp%2Favaday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeemp%2Favaday/lists"}