{"id":21902940,"url":"https://github.com/utilforever/2022-kw-ecs-development","last_synced_at":"2025-11-03T18:27:04.206Z","repository":{"id":48912570,"uuid":"517009323","full_name":"utilForever/2022-KW-ECS-Development","owner":"utilForever","description":"2022년 광운대학교 컴퓨터정보공학부 특강 - ECS 기반 게임 개발","archived":false,"fork":false,"pushed_at":"2022-07-23T14:55:17.000Z","size":3000,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-14T16:04:35.910Z","etag":null,"topics":[],"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/utilForever.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":"2022-07-23T09:06:54.000Z","updated_at":"2024-01-05T12:53:32.000Z","dependencies_parsed_at":"2022-08-30T21:01:06.816Z","dependency_job_id":null,"html_url":"https://github.com/utilForever/2022-KW-ECS-Development","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2022-KW-ECS-Development","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2022-KW-ECS-Development/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2022-KW-ECS-Development/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utilForever%2F2022-KW-ECS-Development/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utilForever","download_url":"https://codeload.github.com/utilForever/2022-KW-ECS-Development/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249146790,"owners_count":21220212,"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":[],"created_at":"2024-11-28T15:22:20.840Z","updated_at":"2025-11-03T18:27:04.167Z","avatar_url":"https://github.com/utilForever.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 2022-KW-ECS-Development\n\n2022년 광운대학교 컴퓨터정보공학부 특강 - ECS 기반 게임 개발 발표 자료 및 예제 코드\n\n## Contents\n\n- [Presentation](./1%20-%20Presentation/광운대%20컴퓨터정보공학부%20특강%20-%20ECS%20기반%20게임%20개발.pdf)\n\n- [Example](./2%20-%20Example)\n\n## Quick Start\n\nFor macOS or Linux or Windows Subsystem for Linux (WSL):\n\n```\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nFor Windows:\n\n```\nmkdir build\ncd build\ncmake .. -G\"Visual Studio 15 2017 Win64\"\nMSBuild ECSTower.sln /p:Configuration=Release\n```\n\n## Acknowledgement\n\nThe example code `ECSTower` uses ECS library [entt](https://github.com/skypjack/entt) made by [Michele Caini](https://twitter.com/scaipgec). Thanks!\n\n## How To Contribute\n\nContributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.\n\n## Contact\n\nYou can contact me via e-mail (utilForever at gmail.com). I am always happy to answer questions or help with any issues you might have, and please be sure to share any additional work or your creations with me, I love seeing what other people are making.\n\n## License\n\n\u003cimg align=\"right\" src=\"http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png\"\u003e\n\nThe class is licensed under the [MIT License](http://opensource.org/licenses/MIT):\n\nCopyright \u0026copy; 2022 [Chris Ohk](http://www.github.com/utilForever).\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilforever%2F2022-kw-ecs-development","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futilforever%2F2022-kw-ecs-development","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futilforever%2F2022-kw-ecs-development/lists"}