mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
add modular design as a goal
This commit is contained in:
parent
8c4815b56e
commit
45e28ef32b
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ Bevy is still in the _very_ early stages of development. APIs can and will chang
|
|||
* Easy for newbies to pick up, but infinitely flexible for power users.
|
||||
* Fast iterative compile times. Ideally less than 1 second for small to medium sized projects.
|
||||
* Data-first game development using ECS (Entity Component System)
|
||||
* Modular design: use only what you need ... replace what you don't like
|
||||
* High performance and parallel architecture
|
||||
* Use the latest and greatest rendering technologies and techniques
|
||||
|
||||
|
|
Loading…
Reference in a new issue