{"id":24794021,"url":"https://github.com/kennyc3200/minecraft-clone","last_synced_at":"2026-05-04T06:34:22.441Z","repository":{"id":265163609,"uuid":"823106827","full_name":"KennyC3200/Minecraft-Clone","owner":"KennyC3200","description":"Minecraft clone in C++ with OpenGL","archived":false,"fork":false,"pushed_at":"2025-02-11T02:21:17.000Z","size":2047,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T03:23:37.956Z","etag":null,"topics":["fastnoiselite","glfw","glm","opengl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KennyC3200.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-07-02T12:41:14.000Z","updated_at":"2025-02-11T02:21:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b15554c-0998-43a8-804d-a4fc504c946f","html_url":"https://github.com/KennyC3200/Minecraft-Clone","commit_stats":null,"previous_names":["kennyc3200/minecraft","kennyc3200/minecraft-clone"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennyC3200%2FMinecraft-Clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennyC3200%2FMinecraft-Clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennyC3200%2FMinecraft-Clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KennyC3200%2FMinecraft-Clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KennyC3200","download_url":"https://codeload.github.com/KennyC3200/Minecraft-Clone/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245321241,"owners_count":20596321,"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":["fastnoiselite","glfw","glm","opengl"],"created_at":"2025-01-29T22:31:18.767Z","updated_at":"2026-05-04T06:34:22.436Z","avatar_url":"https://github.com/KennyC3200.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft\nThis is a Minecraft clone, made with recreational intended purposes.\n\n![Thumbnail Image](res/readme/thumbnail.png)\n\nBuilding\n-----\nThe project is built using CMake. Run the following command to build\n```\ncd build \u0026\u0026 cmake --build .\n```\nThis will create an executable `Minecraft`. Currently, only macOS is supported.\n\nCurrent Implemented Features\n-----\nFeatures that are implemented include:\n* Movement\n* Placing and blocks\n* Removing blocks\n* Hotbar\n* World generation\n\nLibraries Used\n-----\n* [OpenGL](https://www.opengl.org/) graphics rendering\n* [GLFW](https://www.glfw.org/) utility library for OpenGL\n* [GLM](https://github.com/g-truc/glm) for OpenGL mathematics\n* [imgui](https://github.com/ocornut/imgui) for GUI\n* [stb image](https://github.com/nothings/stb/tree/master) for images\n\nTODO\n-----\n* DO THEY NOT CACHE THE WORLD FOR GENERATION? MAYBE THATS WHAT I AM MISSING...\n* Implement a ticks system\n    * Chunks render at a tick rate\n* dear imgui does not have a CMakeLists.txt file. Will most likely have to use a cmake/imgui.cmake file\n    * SOLUTION: Put the CMakeLists.txt file in the lib/ directory instead, and compile all necessary\n    libraries into a lib/liblib.a file (yes, the name is weird by default, but what can we do)\n    * Same for glad, use a cmake/glad.cmake file\n    * Still want to create the static library in build/lib/glad\n* Multithread the chunks generation\n    * Use a thread pool\n* Physics\n* Glass and leaves\n* Trees\n    * Transparent leafs\n* Padding issues, add `-Wpadded` to see\n    * See [this article](http://www.catb.org/esr/structure-packing/#_who_should_read_this)\n* HUD being rendered over by the blocks when hovering too close to block face\n* Fix cursor issue interacting with GUI even when off\n* In the future, benchmark 1d array vs 2d array for chunks stored in the world\n    * 2d array has cache misses\n    * 1d array has a lot of multiplication calculations (costs a lot of cpu cycles)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennyc3200%2Fminecraft-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkennyc3200%2Fminecraft-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkennyc3200%2Fminecraft-clone/lists"}