{"id":15047377,"url":"https://github.com/1dealGas/Aerials","last_synced_at":"2025-10-28T19:31:02.901Z","repository":{"id":230886838,"uuid":"780372059","full_name":"1dealGas/Aerialsdemo","owner":"1dealGas","description":"Demo of the Mobile Rhythm Game「Aerials」[Made with Defold \u0026 AcPlay]","archived":false,"fork":false,"pushed_at":"2024-04-13T06:16:59.000Z","size":9929,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-04-13T12:13:10.883Z","etag":null,"topics":["aerials","aerialsdemo","cpp","cpp11","defold","flatbuffers","lua","miniaudio","mobilegame","music-game","rhythm-game"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":false,"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/1dealGas.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}},"created_at":"2024-04-01T10:36:34.000Z","updated_at":"2024-04-15T10:35:46.943Z","dependencies_parsed_at":"2024-04-13T06:37:57.778Z","dependency_job_id":null,"html_url":"https://github.com/1dealGas/Aerialsdemo","commit_stats":null,"previous_names":["1dealgas/aerialsdemo"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1dealGas%2FAerialsdemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1dealGas%2FAerialsdemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1dealGas%2FAerialsdemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1dealGas%2FAerialsdemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1dealGas","download_url":"https://codeload.github.com/1dealGas/Aerialsdemo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238702331,"owners_count":19516354,"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":["aerials","aerialsdemo","cpp","cpp11","defold","flatbuffers","lua","miniaudio","mobilegame","music-game","rhythm-game"],"created_at":"2024-09-24T20:57:21.717Z","updated_at":"2025-10-28T19:30:57.642Z","avatar_url":"https://github.com/1dealGas.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aerials Demo\r\n\r\nHave a try at the level ~~τo βe ίncluded~~ in `Aerials` :\r\n\r\n#### 「+ERABY+E CONNEC+10N」\r\n\r\n`Track:`  かめりあ\r\n\r\n`Fumen:`  2001: memoir εμβαrκ\r\n\r\n### Setup\r\n\r\n1. Download the whole project.\r\n\r\n2. Download `OPlusSans3-Regular.ttf` from [**ColorOS Official**](http://static01.coloros.com/www/public/img/topic7/font-opposans.zip) , and then put it into the `Reference` folder of the project.\r\n\r\n3. Open `game.project` in the root of the project, with `Defold Editor` **v1.9.2 or upper**.\r\n\r\n4. Use the menu choice `Project -\u003e Bundle` to build the Demo.\r\n   \r\n   Currently this demo works with `Android / iOS / macOS / Windows` . *(You may need to put a valid `MSVCRT.lib` file into the `AcAudio/lib/x86_64-win32` directory to bundle a `Windows Application`)*\r\n\r\n5. Install the bundle you built, and you should be ready to go. *(You need to **self-sign** the iOS bundle before installing it)*\r\n   \r\n   We'll also publish official releases aperiodically.\r\n\r\n### Project Structure\r\n\r\n```\r\nAerials Demo\r\n - AcArf3                        -- Engine Extension \"Aerials Player v3\"\r\n      ···\r\n - AcAudio                       -- Engine Extension \"AcAudio\"\r\n      ···\r\n - AcClipboard                   -- Engine Extension \"defold-clipboard\"\r\n      ···\r\n - AcUtil                        -- Engine Extension \"AcUtil\"\r\n      ···\r\n - Ar                            -- Game Object (*.go) files\r\n      ···\r\n - Arf                           -- Aerials Chart[Fumen] (*.arf) files\r\n      ···\r\n - Atlas                         -- Atlas (*.atlas) files\r\n      ···\r\n - Pragma                        -- Common script files\r\n      ···\r\n - Reference\r\n    - Audio                      -- Audio files\r\n         ···\r\n    - Cover                      -- Blurred images\r\n         ···\r\n    - Illust                     -- Full-size images\r\n         ···\r\n    - Visual                     -- Visual elements images\r\n         ···\r\n    - Wish                       -- Images of each song's Wish\r\n         ···\r\n      lbase64.lua                -- Lua Module \"lbase64\"\r\n      [OPlusSans3-Regular.ttf]   -- Put the Default Font File Here!\r\n - System                        -- Config \u0026 Platform-Specific files\r\n      ···\r\n   Ar.collection                 -- Bootstrap Collection File\r\n   Ar.license                    -- License file to be included\r\n   Demo.script                   -- Logics of the Demo\r\n   game.project                  -- Defold Game Project File\r\n```\r\n\r\n### Complying with Licenses\r\n\r\n- Refer to the `Ar.license` file.\r\n\r\n- You may also copy the licenses into your clipboard:\r\n  \r\n  1. Bundle, install and open the demo.\r\n  \r\n  2. Tap the `Options ◎` button to expand the option panel.\r\n  \r\n  3. Tap the `Copy Credits To Clipboard` button.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1dealGas%2FAerials","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1dealGas%2FAerials","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1dealGas%2FAerials/lists"}