{"id":13496822,"url":"https://github.com/AdaEngine/AdaEngine","last_synced_at":"2025-03-28T19:31:23.696Z","repository":{"id":41063643,"uuid":"395845828","full_name":"AdaEngine/AdaEngine","owner":"AdaEngine","description":"AdaEngine - Multi-platform 2D and 3D game engine written on Swift","archived":false,"fork":false,"pushed_at":"2024-05-22T19:48:26.000Z","size":107989,"stargazers_count":32,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-22T20:51:13.661Z","etag":null,"topics":["apple-metal","game-development","game-engine","linux","multi-platform","swift","swift-game-engine","vulkan"],"latest_commit_sha":null,"homepage":"https://adaengine.github.io","language":"Swift","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/AdaEngine.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":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-14T01:01:55.000Z","updated_at":"2024-05-29T02:28:50.942Z","dependencies_parsed_at":"2024-05-29T02:42:01.398Z","dependency_job_id":null,"html_url":"https://github.com/AdaEngine/AdaEngine","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/AdaEngine%2FAdaEngine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaEngine%2FAdaEngine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaEngine%2FAdaEngine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaEngine%2FAdaEngine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdaEngine","download_url":"https://codeload.github.com/AdaEngine/AdaEngine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246088473,"owners_count":20721694,"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":["apple-metal","game-development","game-engine","linux","multi-platform","swift","swift-game-engine","vulkan"],"created_at":"2024-07-31T19:02:00.788Z","updated_at":"2025-03-28T19:31:23.690Z","avatar_url":"https://github.com/AdaEngine.png","language":"Swift","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://adaengine.github.io\"\u003e\n    \u003cimg src=\"Assets/AdaEngine.png\" width=\"200\" alt=\"Ada Engine logo\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/AdaEngine/AdaEngine/blob/main/LICENSE)\n\n## What is AdaEngine?\n\nAdaEngine is a game engine fully written on Swift. The main idea is to encourage Swift developers to use this game engine to create fast and impressive games and user interfaces using Swift as their main language. We hope that AdaEngine can become as popular in the GameDev community as Rust and C# are.\n\n![Screenshot from test game SpaceInvaders](Assets/tilemap.png)\n![Screenshot from test game SpaceInvaders](Assets/space_invaders.jpeg)\n\n## Design Goals\n\n* **Capable:** Offer a complete 2D feature set.\n* **ECS:** AdaEngine is based on the data-oriented paradigm using a self-written ECS. The AdaEngine has been inspired by Apple's RealityKit framework.\n* **Simple:** AdaEngine is easy to use, and our main goal is to enable a quick start and deliver quick results.\n\n## 📕 Docs\n\n* **[Tutorials](https://adaengine.github.io/adaengine-docs/tutorials/adaengine/)**: AdaEngine's offical tutorials with how to start your first project.\n\n## ⭐️ Examples\n\n* **[AdaEngine Awesome Projects](https://github.com/AdaEngine/AdaEngineAwesome)**: AdaEngine's offical Awesome Projects page. Feel free to explore.\n\n## Getting started\n\nWe recommend checking out the **[Create your first project guide](https://adaengine.github.io/adaengine-docs/tutorials/adaengine/createproject)** for a brief introduction.\n\nTo draw a plain window with standard functionality use:\n\n```swift\nimport AdaEngine\n\n@main\nstruct AdaEditorApp: App {\n\n    var scene: some AppScene {\n        GUIAppScene {\n            Window()\n        }\n        .windowMode(.windowed)\n        .windowTitle(\"AdaEngine\")\n    }\n}\n```\n\n\n## Contributing to AdaEngine\n\nYou are welcome to contribute to AdaEngine. Currently, it is under development, and we are working towards our roadmap goals. If you find a bug or have some improvements, we would be glad to see your pull request!\n\n## How to build\n\nCurrently we use Bazel and Swift Package Manager as build tools. \n\n#### Bazel \n\nBazel is major build system for project, SPM maybe will be removed in the future versions. To build project for development download [Bazelisk](https://github.com/bazelbuild/bazelisk). To generate xcproject, use `make xcproj` command in terminal. \n\n#### Swift Package Manager\n\nUse Xcode 16.0 or Visual Studio Code with the [Swift VSCode Extension](https://www.swift.org/blog/vscode-extension/) and then open `Package.swift` file from the root directory. \n","funding_links":[],"categories":["Swift"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdaEngine%2FAdaEngine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdaEngine%2FAdaEngine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdaEngine%2FAdaEngine/lists"}