An open API service indexing awesome lists of open source software.

https://github.com/jiepengtan/ecs_game_demo


https://github.com/jiepengtan/ecs_game_demo

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# ECS_Game_Demo

---


## Quick Start
1. Clone this repository
2. Open it use Unity2023.1.7 or higher version
3. Open **Demo_URP** scene, run it, try to changed the value like below

## Technical detail
1. Animation : GPUSkin
- https://github.com/chengkehan/GPUSkinning

2. Culling & Lod & Indirect Renderer : Compute Shader
- https://github.com/ellioman/Indirect-Rendering-With-Compute-Shaders

3. ECS Framework: LockstepECS
- https://github.com/JiepengTan/LockstepECS

4. Spatial Partition : Grid base
- Region Chunk Grid