Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bckkingkkang/gamedev_learn
게임 개발 개념 정리
https://github.com/bckkingkkang/gamedev_learn
2d-game 3d-game algorithm cplusplus csharp game-development game-math math unity unreal-engine unreal-engine-5
Last synced: 4 days ago
JSON representation
게임 개발 개념 정리
- Host: GitHub
- URL: https://github.com/bckkingkkang/gamedev_learn
- Owner: bckkingkkang
- Created: 2024-11-02T02:27:03.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-11-12T00:20:33.000Z (6 days ago)
- Last Synced: 2024-11-12T01:20:44.490Z (6 days ago)
- Topics: 2d-game, 3d-game, algorithm, cplusplus, csharp, game-development, game-math, math, unity, unreal-engine, unreal-engine-5
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameDev_Learn
### 유니티 & C#
- [Prefab(프리팹)](https://blog.naver.com/bc_pokemonmaster/223595481156)
- [Instantiate & Destroy](https://blog.naver.com/bc_pokemonmaster/223595488115)
- [MonoBehaviour](https://blog.naver.com/bc_pokemonmaster)
- [DOTween](https://blog.naver.com/bc_pokemonmaster/223656891581)
- [Coroutine](https://blog.naver.com/bc_pokemonmaster/223658696572)### 수학
* [데카르트 좌표계](https://blog.naver.com/bc_pokemonmaster/223643733200)