{"id":15168501,"url":"https://github.com/minigdx/minigdx","last_synced_at":"2025-10-25T13:30:50.322Z","repository":{"id":43124996,"uuid":"241479001","full_name":"minigdx/minigdx","owner":"minigdx","description":"Minimalist Game Framework using Kotlin Multiplatform","archived":false,"fork":false,"pushed_at":"2022-10-10T17:02:01.000Z","size":12635,"stargazers_count":167,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-01-31T07:11:47.093Z","etag":null,"topics":["game","gamedev","glsl","multiplatform","opengl","showcases","webgl"],"latest_commit_sha":null,"homepage":"https://minigdx.github.io/minigdx-showcase/","language":"Kotlin","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/minigdx.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}},"created_at":"2020-02-18T22:14:13.000Z","updated_at":"2024-12-14T23:19:27.000Z","dependencies_parsed_at":"2022-09-26T21:50:17.686Z","dependency_job_id":null,"html_url":"https://github.com/minigdx/minigdx","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minigdx%2Fminigdx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minigdx%2Fminigdx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minigdx%2Fminigdx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minigdx%2Fminigdx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minigdx","download_url":"https://codeload.github.com/minigdx/minigdx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238147552,"owners_count":19424282,"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":["game","gamedev","glsl","multiplatform","opengl","showcases","webgl"],"created_at":"2024-09-27T06:04:31.513Z","updated_at":"2025-10-25T13:30:49.699Z","avatar_url":"https://github.com/minigdx.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n███╗   ███╗██╗███╗   ██╗██╗ ██████╗ ██████╗ ██╗  ██╗\n████╗ ████║██║████╗  ██║██║██╔════╝ ██╔══██╗╚██╗██╔╝\n██╔████╔██║██║██╔██╗ ██║██║██║  ███╗██║  ██║ ╚███╔╝\n██║╚██╔╝██║██║██║╚██╗██║██║██║   ██║██║  ██║ ██╔██╗\n██║ ╚═╝ ██║██║██║ ╚████║██║╚██████╔╝██████╔╝██╔╝ ██╗\n╚═╝     ╚═╝╚═╝╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝\n```\n\nMinimalist Kotlin/Multiplaform Game Engine.\n\nPlatform supported: \n- JVM\n- JS\n- Android\n\nPlatform expected:\n- iOS \n- Native (Windows/Linux/MacOS)\n\n🎮  Try it now by creating a game using [this game template](https://github.com/minigdx/minigdx-game-template) 🎮\n## Showcases\n\nTry some example of what can be build using MiniGDX on the [MiniGDX Showcase site](https://minigdx.github.io/minigdx-showcase/)\n\nhttps://user-images.githubusercontent.com/373097/115747729-d1c90980-a395-11eb-9b94-b19f4ccb6c9e.mp4\n\n[Try it!](https://minigdx.github.io/minigdx-showcase/2021/03/20/2D-platformer.html)\n\nhttps://user-images.githubusercontent.com/373097/115747808-e3aaac80-a395-11eb-9c0d-75c3a0e7723d.mp4\n\n[Try it!](https://minigdx.github.io/minigdx-showcase/2021/03/28/3D-example.html)\n\nhttps://user-images.githubusercontent.com/373097/115747845-eb6a5100-a395-11eb-8d76-639886c14322.mp4\n\n[Try it!](https://minigdx.github.io/minigdx-showcase/2021/03/28/Dance.html)\n\n\n## Features matrix\n\n|      Feature       | JVM | Web | Android | iOS |\n|--------------------|-----|-----|---------|-----|\n| 2D / 3D Rendering  | ✅   | ✅   | ✅       | ⛔️  |\n| Skeleton Animation | ✅   | ✅   | ✅       | ⛔️  |\n| Keyboard Input     | ✅   | ✅   | ✅       | ⛔️  |\n| Mouse/Touch Input  | ✅   | ✅   | ✅       | ⛔️  |\n| Sound (MP3)        | ✅   | ✅   | ✅      | ⛔️  |\n| AABB Collision  | ✅   | ✅   | ✅       | ⛔️  |\n| SAT Collision  | ✅   | ✅   | ✅       | ⛔️  |\n| Scripting  | ✅   | ✅   | ✅       | ⛔️  |\n\n## Build\n\n```\nmake build\n```\n\nMiniGDX can be updated while creating a game by using [Gradle composite build](https://docs.gradle.org/current/userguide/composite_builds.html)\n\nInsert in the `settings.gradle.kts`: \n```\nincludeBuild('...path to minigdx...')\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminigdx%2Fminigdx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminigdx%2Fminigdx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminigdx%2Fminigdx/lists"}