
Game
文章平均质量分 66
ikeepo
https://ikeepo.github.io/
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
理解What is Data-Oriented Progamming and ECS
Data Oriented Design Data-oriented design is a program optimization approach motivated by efficient usage of the CPU cache, used in video game development. The approach is to focus on the data layout, separating and sorting fields according to when they ..原创 2021-03-31 18:00:54 · 383 阅读 · 2 评论 -
理解What is Unity and Game Engine and Sandbox
Game Engine A game engine, also known as a game framewokr, is a software-development environment designed for people to build video games. The core functionality typically provided by a game engine includes: a rendering engine for 2D or 3D graphics a ph..原创 2021-03-27 10:36:32 · 300 阅读 · 0 评论