ffdgfg
This commit is contained in:
@@ -19,8 +19,9 @@ Whether you're just curious about how game engines work under the hood, or you'r
|
|||||||
building one yourself. I hope this series gives you useful insights, ideas and
|
building one yourself. I hope this series gives you useful insights, ideas and
|
||||||
maybe even some inspiration for your future projects, or even your own game engine.
|
maybe even some inspiration for your future projects, or even your own game engine.
|
||||||
|
|
||||||
Since I want to teach you the principles of an ECS, I purposely stripped the code down
|
Since I want to teach you the principles of an ECS and make it
|
||||||
and removed things like multithreading and more. These topics will be discussed in the future.
|
beginner-friendly, I purposely stripped the code down and removed things like multithreading and more.
|
||||||
|
These more advanced topics will be discussed in the future.
|
||||||
|
|
||||||
# Core Concepts Explained
|
# Core Concepts Explained
|
||||||
ECS stands for <mark>Entity Component System</mark>. It is a data-oriented
|
ECS stands for <mark>Entity Component System</mark>. It is a data-oriented
|
||||||
|
|||||||
Reference in New Issue
Block a user