{"id":22988737,"url":"https://github.com/corejust/minecraftclone","last_synced_at":"2026-05-19T09:03:40.544Z","repository":{"id":268167951,"uuid":"903522863","full_name":"CoreJust/MinecraftClone","owner":"CoreJust","description":"Every programmer must write a clone of Minecraft","archived":false,"fork":false,"pushed_at":"2024-12-15T13:49:12.000Z","size":154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T02:42:30.452Z","etag":null,"topics":["3d","cpp","cpp20","minecraft","minecraft-clone","opengl","sfml"],"latest_commit_sha":null,"homepage":"","language":"C++","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/CoreJust.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":"2024-12-14T20:19:59.000Z","updated_at":"2024-12-15T13:49:16.000Z","dependencies_parsed_at":"2024-12-14T21:35:55.169Z","dependency_job_id":null,"html_url":"https://github.com/CoreJust/MinecraftClone","commit_stats":null,"previous_names":["corejust/minecraftclone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreJust%2FMinecraftClone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreJust%2FMinecraftClone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreJust%2FMinecraftClone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoreJust%2FMinecraftClone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoreJust","download_url":"https://codeload.github.com/CoreJust/MinecraftClone/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246811238,"owners_count":20837745,"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":["3d","cpp","cpp20","minecraft","minecraft-clone","opengl","sfml"],"created_at":"2024-12-15T04:13:52.398Z","updated_at":"2026-05-19T09:03:40.539Z","avatar_url":"https://github.com/CoreJust.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Clone 2026\n\nEvery programmer should try and develop a Minecraft clone. This one is not my first attempt, but the first serious one.\n\nWritten in C++23.\n\n## Configure\n\n```bash\ncmake --preset debug\n```\n\n## Build\n\n```bash\ncmake --build --preset debug\n```\n\n## Run\n\n```bash\n./build/debug/apps/launcher/mc_launcher\n```\n\n## Test\n\n```bash\nctest --preset debug\n```\n\n## Dependencies and used tools\n\nCMake is used for building, vcpkg for dependencies management.\n\nCurrent dependencies:\n1. glfw;\n2. spdlog;\n3. fmt;\n4. gtest.\n\n## Plans\n\nRendering is supposed to be done using Vulkan 1.3.\n\nThe project highlights are:\n1. **Isolated modules**, allowing to keep implementation inside modules and also giving the ability of hot-reloading in case of a crash;\n2. **Replaceable modules**, allowing to create custom implementations;\n3. **Modifications** - the game should allow mods, both in terms of configs and full-fledged loadable DLLs;\n4. **High performance**.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorejust%2Fminecraftclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcorejust%2Fminecraftclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcorejust%2Fminecraftclone/lists"}