{"id":17715631,"url":"https://github.com/cursedprograms/unity-cc-template","last_synced_at":"2026-01-24T18:02:17.848Z","repository":{"id":250463737,"uuid":"834533880","full_name":"CursedPrograms/Unity-CC-Template","owner":"CursedPrograms","description":"C++ in Unity","archived":false,"fork":false,"pushed_at":"2024-10-20T16:23:45.000Z","size":31,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-20T19:22:14.583Z","etag":null,"topics":["cc","cplusplus","cpp","gamedev","unity"],"latest_commit_sha":null,"homepage":"https://cursedprograms.github.io/Unity-CC-Template/","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/CursedPrograms.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-07-27T15:01:33.000Z","updated_at":"2024-10-20T16:23:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b097c48-0139-4286-a1ed-aae7dde4ff50","html_url":"https://github.com/CursedPrograms/Unity-CC-Template","commit_stats":null,"previous_names":["cursedprograms/unity-cpp","cursedprograms/unity-cc-template"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FUnity-CC-Template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FUnity-CC-Template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FUnity-CC-Template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FUnity-CC-Template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CursedPrograms","download_url":"https://codeload.github.com/CursedPrograms/Unity-CC-Template/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249996085,"owners_count":21358058,"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":["cc","cplusplus","cpp","gamedev","unity"],"created_at":"2024-10-25T12:06:33.853Z","updated_at":"2026-01-24T18:02:17.802Z","avatar_url":"https://github.com/CursedPrograms.png","language":"C++","funding_links":["https://ko-fi.com/cursedentertainment"],"categories":[],"sub_categories":[],"readme":"[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/X-@NorowaretaGemu-blue.svg?style=flat)](https://x.com/NorowaretaGemu)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n  \n  \u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/cursedentertainment\"\u003e\n    \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\" alt=\"ko-fi\" style=\"width: 20%;\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n  \u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e \n  \u003cimg alt=\"Unity\" src=\"https://img.shields.io/badge/unity%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=unity\u0026logoColor=white\"/\u003e  \n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"C#\" src=\"https://img.shields.io/badge/C%23-%23323330.svg?\u0026style=for-the-badge\u0026logo=csharp\u0026logoColor=white\"/\u003e \n  \u003cimg alt=\"C++\" src=\"https://img.shields.io/badge/C%2B%2B-%23323330.svg?\u0026style=for-the-badge\u0026logo=c%2B%2B\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"Git\" src=\"https://img.shields.io/badge/git%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=git\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"PowerShell\" src=\"https://img.shields.io/badge/PowerShell-%23323330.svg?\u0026style=for-the-badge\u0026logo=powershell\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"Shell\" src=\"https://img.shields.io/badge/Shell-%23323330.svg?\u0026style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"Batch\" src=\"https://img.shields.io/badge/Batch-%23323330.svg?\u0026style=for-the-badge\u0026logo=windows\u0026logoColor=white\"/\u003e\n  \u003c/div\u003e  \n  \u003cbr\u003e\n\n# Unity-CPP\n\n  \u003cbr\u003e\n\nhttps://sourceforge.net/projects/mingw/\n\n  \u003cbr\u003e\n\n### Make an EXE\n\n```bash\ng++ main.cpp -o main.exe\n```\n\n  \u003cbr\u003e\n\nor Run: exemake.bat\n\n### Make a DLL\n\n```bash\ng++ main.cpp -o main.dll\n```\n  \u003cbr\u003e\n\nor Run: dllmake.bat\n\nRun: runmain.bat\n\n\u003cbr\u003e\n\n```bash\ng++ -m64 -fpic -Wall -shared backend.cc -o backend.dll\n```\n\n\u003cbr\u003e\nhttps://www.msys2.org/\n\u003cbr\u003e\n\n```bash\npacman -Syu\n```\n\n  \u003cbr\u003e\n\n```bash\npacman -S mingw-w64-ucrt-x86_64-gcc\npacman -S mingw-w64-x86_64-toolchain\n```\n\n  \u003cbr\u003e\n\n```bash\ncl /LD backend.cpp /link /out:backend.dll\n```\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n© Cursed Entertainment\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://cursed-entertainment.itch.io/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/CursedPrograms/cursedentertainment/raw/main/images/logos/logo-wide-grey.png\"\n        alt=\"CursedEntertainment Logo\" style=\"width:250px;\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Funity-cc-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcursedprograms%2Funity-cc-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Funity-cc-template/lists"}