{"id":17126419,"url":"https://github.com/kellpossible/scenable","last_synced_at":"2025-10-09T19:40:35.386Z","repository":{"id":71253206,"uuid":"367248879","full_name":"kellpossible/scenable","owner":"kellpossible","description":"Scenery manager for X-Plane 11","archived":false,"fork":false,"pushed_at":"2022-02-19T11:20:47.000Z","size":99,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-07T02:04:35.257Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kellpossible.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":"2021-05-14T04:30:37.000Z","updated_at":"2022-10-10T21:56:38.000Z","dependencies_parsed_at":"2023-07-05T13:15:54.791Z","dependency_job_id":null,"html_url":"https://github.com/kellpossible/scenable","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kellpossible/scenable","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fscenable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fscenable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fscenable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fscenable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kellpossible","download_url":"https://codeload.github.com/kellpossible/scenable/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kellpossible%2Fscenable/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001963,"owners_count":26083244,"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-09T02:00:07.460Z","response_time":59,"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-10-14T18:47:56.704Z","updated_at":"2025-10-09T19:40:35.359Z","avatar_url":"https://github.com/kellpossible.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scenable\n\nScenable is a custom scenery manager for the [X-Plane 11](https://www.x-plane.com/) flight simulator.\n\n## Why Scenable?\n\nCurrently X-Plane appears to waste a lot of memory loading scenery and scenery library assets which it doesn't actually use. I measured a difference of about 10GB in memory usage when flying in an area with no custom scenery, but with lots of custom scenery in other areas currently enabled. Having lots of custom scenery enabled also makes the simulator slower to start.\n\nThe ultimate (**not yet complete**) goal of this tool is to make the management of enabling/disabling custom scenery based on the area that you want to fly in as painless as possible. When disabling scenery with this tool, it should detect whether scenery libraries are currently un-used and will disable them automatically, and the same thing in reverse, when enabling a scenery pack that uses a disabled library, it will also enable the library as required.\n\n## Installation\n\nYou can build `scenable` application with the [rust compiler](https://www.rust-lang.org/) and run it with the following command:\n\n```\ncargo run --release\n```\n\nIt's also possible to install the binary to your system using:\n\n```\ncargo install --git https://github.com/kellpossible/scenable\n```\n\nAnd then run using the `scenable` command.\n\n## Roadmap\n\nCore features:\n\n- [x] ~Create GUI to manually enable/disable scenery packs.~\n- [ ] Scenery pack selection (including multiple selection).\n- [ ] Capability to re-order scenery packs (re-order selected scenery packs using buttons on the top toolbar).\n- [ ] Preset creation, selection, updating and saving.\n- [ ] Indicate differences between current state and saved state.\n- [ ] Detection of new scenery packs, and removed scenery packs.\n- [ ] Parse scenery library txt files.\n- [ ] Implement a dsf parser (perhaps wrap \u003chttps://github.com/X-Plane/xptools/tree/master/src/DSF\u003e, or just implement the required subset of the [DSF specification](https://developer.x-plane.com/article/dsf-file-format-specification/) in pure Rust).\n- [ ] Class sceneries as libraries, textures, airports, etc (apply categories and show in UI)\n- [ ] Scan DSF files (including unzipping using `rust-lzma`) to find references to scenery library objects.\n- [ ] Automatic enable/disable of library scenery packs based on calculated dependencies.\n\nNice to have:\n\n- [ ] Show coverage map.\n- [ ] Parse x-plane navigation database.\n- [ ] Enter route, automatically only enable scenery along route.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellpossible%2Fscenable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkellpossible%2Fscenable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkellpossible%2Fscenable/lists"}