{"id":19599251,"url":"https://github.com/celestialcartographers/maple","last_synced_at":"2025-04-27T16:32:04.327Z","repository":{"id":101585308,"uuid":"121122799","full_name":"CelestialCartographers/Maple","owner":"CelestialCartographers","description":"Thin wrapper for generating Celeste maps","archived":false,"fork":false,"pushed_at":"2023-02-07T19:03:48.000Z","size":481,"stargazers_count":30,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T01:22:48.882Z","etag":null,"topics":["celeste","celestegame","julia","mapmaker","mapmaking"],"latest_commit_sha":null,"homepage":null,"language":"Julia","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/CelestialCartographers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-02-11T12:48:27.000Z","updated_at":"2025-01-02T14:53:17.000Z","dependencies_parsed_at":"2023-06-06T03:45:08.764Z","dependency_job_id":null,"html_url":"https://github.com/CelestialCartographers/Maple","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialCartographers%2FMaple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialCartographers%2FMaple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialCartographers%2FMaple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialCartographers%2FMaple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CelestialCartographers","download_url":"https://codeload.github.com/CelestialCartographers/Maple/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251171441,"owners_count":21547112,"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","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":["celeste","celestegame","julia","mapmaker","mapmaking"],"created_at":"2024-11-11T09:09:31.373Z","updated_at":"2025-04-27T16:32:03.818Z","avatar_url":"https://github.com/CelestialCartographers.png","language":"Julia","readme":"# Maple\n\nThis is Maple, a thin wrapper for generating map files for the game Celeste which can be loaded in the stock game or using [Everest](https://github.com/EverestAPI/Everest).\nFor usage without Everest you can replace a map in `Content/Maps` (remember backups), otherwise, you can place it in `Mods/\u003cyourmodname\u003e/Maps` with Everest and use the custom chapter loading. \n\nImprovements to user-friendliness are under development. Coding experience is required, but the tool should be rather easy to learn even if you know just the basics. If you want a visual editor, check out [Ahorn](https://github.com/CelestialCartographers/Ahorn), which is built on this.\n\nThis project is an unofficial level editor, it is merely a fan project aiming to aid map development until something official is available. None of this code is developed by or connected to the Celeste development team.\n\n## Installation\nMaple can be installed using julia's `Pkg` system.\n```julia\njulia\u003e using Pkg\n\njulia\u003e Pkg.add(PackageSpec(url=\"https://github.com/CelestialCartographers/Maple.git\"))\n```\nMaple can be updated using `Pkg.update()`.\n\n## Usage\n\nMaple can be imported like any other module.\n\n```julia\nusing Maple\n```\n\nAll objects in the map structure are represented using constructor functions. For examples, see the test directory. Documentation is currently not a priority, but you can check out the constructor names in `entity.jl` and `trigger.jl`.\nMost constructor names are the same as the object names in the map binary put in CamelCase, but some might differ. Do note that the `x` and `y` position of certain objects may not be exactly what one would expect. Everything that isn't a block is currently not very predictable, and repeated testing may be needed. If you are serious about making maps, it is highly recommended to use [Everest](https://github.com/EverestAPI/Everest) for the F5 (force map reload) and F6 (open map editor for the current map) features.\n\n## License\n\nMaple is licensed under the [MIT license](LICENSE.md). By using or interacting with this software in any way, you agree to the license of this software.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelestialcartographers%2Fmaple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelestialcartographers%2Fmaple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelestialcartographers%2Fmaple/lists"}