{"id":19560084,"url":"https://github.com/berengma/aerotest","last_synced_at":"2026-05-11T12:37:33.766Z","repository":{"id":80432433,"uuid":"235029673","full_name":"berengma/aerotest","owner":"berengma","description":"aerotest - an eagle mob for mobkit api and minetest","archived":false,"fork":false,"pushed_at":"2022-04-07T18:35:54.000Z","size":3707,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T08:35:14.264Z","etag":null,"topics":["eagle","minetest-mod","mob","mobkit"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/berengma.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-20T06:00:29.000Z","updated_at":"2022-04-07T18:35:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"eae0c3bd-cba3-49f4-a989-73702767d55a","html_url":"https://github.com/berengma/aerotest","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/berengma/aerotest","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berengma%2Faerotest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berengma%2Faerotest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berengma%2Faerotest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berengma%2Faerotest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/berengma","download_url":"https://codeload.github.com/berengma/aerotest/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/berengma%2Faerotest/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32894945,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["eagle","minetest-mod","mob","mobkit"],"created_at":"2024-11-11T05:05:52.845Z","updated_at":"2026-05-11T12:37:33.762Z","avatar_url":"https://github.com/berengma.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":" \naerotest\n\nKing of the sky - eagle a mob for mobkit\n\nimplementation:\n\n    it's done using low level behaviors as opposed to plain functions, because pitch/roll changes must be gradual so there's a need to maintain states over time.\n\n    function aerotest.lq_fly_pitch(self,lift,pitch,roll,acc,anim)\n        this one tries to maintain constant pitch. Flight looks stable, but the thing can stall and fall if velocity too low. The example uses this one exclusively.\n        \n    function aerotest.lq_fly_aoa(self,lift,aoa,roll,acc,anim)\n        tries to maintain constant angle of attack. makes them less prone to stalling, but they tend to oscillate after abrupt changes of flight parameters. this one's very WIP.\n        \n    params:\n\n        lift: [number]\n        multiplier for lift. faster objects need less, slower need more. typical value: 0.6 for speeds around 4 m/s\n\n        pitch: [degrees]\n        angle between the longitudinal axis and horizontal plane. typical range: \u003c-15.15\u003e\n\n        aoa:\n        [degrees] angle of attack - the angle between the longitudinal axis and velocity vector.\n\n        roll: [degrees]\n        bank angle. positive is right, negative is left, this is how they turn. if set too large they'll loose height rapidly\n\n        acc: [number]\n        propulsion. use with positive pitch to make them fly level or climb, set it to 0 with slight negative pitch to make\n        them glide. typical value: around 1.0\n\n        anim: [string]\n        animation.\n\nThe example uses two simple high level behaviors to keep them between 18 and 24 nodes above ground, seems good already for ambient type flying creatures.\nwarning: never set_velocity when using these behaviors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberengma%2Faerotest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fberengma%2Faerotest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fberengma%2Faerotest/lists"}