{"id":27949609,"url":"https://github.com/cloudcodingspace/meltedforge","last_synced_at":"2025-10-12T02:07:57.165Z","repository":{"id":286841708,"uuid":"962676535","full_name":"CloudCodingSpace/MeltedForge","owner":"CloudCodingSpace","description":"A nice game engine in C","archived":false,"fork":false,"pushed_at":"2025-09-26T07:17:38.000Z","size":7204,"stargazers_count":17,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-26T09:23:44.423Z","etag":null,"topics":["c","game-engine","gameengine3d","vulkan"],"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/CloudCodingSpace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-08T14:06:16.000Z","updated_at":"2025-09-26T07:17:42.000Z","dependencies_parsed_at":"2025-05-07T15:39:20.434Z","dependency_job_id":"a6fc417e-25db-4c11-a325-a89ff705170a","html_url":"https://github.com/CloudCodingSpace/MeltedForge","commit_stats":null,"previous_names":["cloudcodingspace/meltedforge"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CloudCodingSpace/MeltedForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudCodingSpace%2FMeltedForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudCodingSpace%2FMeltedForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudCodingSpace%2FMeltedForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudCodingSpace%2FMeltedForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CloudCodingSpace","download_url":"https://codeload.github.com/CloudCodingSpace/MeltedForge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CloudCodingSpace%2FMeltedForge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009914,"owners_count":26084666,"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","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","game-engine","gameengine3d","vulkan"],"created_at":"2025-05-07T15:29:29.021Z","updated_at":"2025-10-12T02:07:57.160Z","avatar_url":"https://github.com/CloudCodingSpace.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MeltedForge\n\n**MeltedForge** is a game engine written in **C** using **Vulkan**, with a focus on minimal dependencies, performance, and clean design.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"MeltedForge/mfassets/logo/logo.png\" alt=\"MeltedForge Logo\" height=\"128\" width=\"128\"/\u003e\n\u003c/p\u003e\n\n---\n\n## 🚀 Goals\n\n- 🔁 Cross-platform\n- 🎮 Support for both **3D and 2D** games\n- 🔥 Realistic graphics (PBR coming soon 👀)\n- 🧠 Entity Component System (ECS)\n- 🎵 Sound system support\n- 🕹️ Animation system\n- 🧩 Flexible and modular\n- 🧰 Built to showcase what **C** can really do in game dev\n- 🐢 Low-end spec friendly (hopefully)\n- 🙌 Beginner-friendly setup and usage\n\n---\n\n## 📦 Dependencies\n\n\u003e **Note:** The following are the **important conditions** met by the PC for **building/running** MeltedForge\n\n- Vulkan SDK (Get from [LunarG](https://vulkan.lunarg.com/))\n- A GPU driver with **modern Vulkan support** (Vulkan 1.2.000+)\n- A modern **C \u0026 C++** compiler with the support of **latest language standards** with **the corresponding runtime libraries**\n- CMake (Get from [here](https://cmake.org/download/))\n- Make if using GCC \u0026 G++ or Clang \u0026 Clang++\n\n---\n\n## 🛠️ Build Instructions\n\n\u003e **Note:** This repo uses submodules. Make sure to clone it **recursively**.\n\n```bash\ngit clone --recursive https://github.com/CloudCodingSpace/MeltedForge.git\n```\n\nThe make change the directory into the repo's remote folder/directory. Then create a folder/directory\nlike bin/out/build for the binary output. Then run the following commands :- \n\n```bash\ncmake -S . -B \u003cpath-to-build-dir\u003e\ncmake --build \u003cpath-to-build-dir\u003e --parallel\n```\n\n\u003e **Note:** Before running the executable of the MFTest, make sure that the shaders are compiled. Helper scripts to compile shaders on Window are in the scripts folder.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudcodingspace%2Fmeltedforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudcodingspace%2Fmeltedforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudcodingspace%2Fmeltedforge/lists"}