Showing results for

ecs

on excaliburjs.com
excaliburjs.com › docs › category › entity component system ecs
Entity Component System (ECS) | Excalibur.js
📄️ ECS
Excalibur has a built in Entity Component System (ECS for short), which is a popular software technique in the video game industry
📄️ Entities...
excaliburjs.com › docs › entity component system
ECS | Excalibur.js
ECS
Excalibur has a built in Entity Component System (ECS for short), which is a popular software technique in the video game industry for...
excaliburjs.com › api › class › World
World | API | Excalibur.js
World
The World is a self-contained entity component system for a particular context.
Index
Constructors
Properties
excaliburjs.com › api › class › Entity
Entity | API | Excalibur.js
Entity <TKnownComponents>
An Entity is the base type of anything that can have behavior in Excalibur, they are part of the built in entity...
excaliburjs.com › api › class › IsometricTile
IsometricTile | API | Excalibur.js
IsometricTile
An Entity is the base type of anything that can have behavior in Excalibur, they are part of the built in entity component...
excaliburjs.com › blog › excalibur 0 25 0 released
Excalibur v0.25.0 Released! | Excalibur.js
...height
Refactor to Entity Component System (ECS) based architecture
The core plumbing of Excalibur has been refactored to use an ECS style architecture. However...
excaliburjs.com › docs › why excalibur
Why use Excalibur | Excalibur.js
...🖼️ Auto-batching draw calls and really tuned draw performance
- 🎁 Entity-Component-System under the hood when you need control
- 🛠️ Popular Game Dev...
excaliburjs.com › docs › components
Components | Excalibur.js
...Excalibur is not a "pure" ECS, so building components with behavior is perfectly acceptable. Often this is really useful for sharing behavior.
Custom Components...
excaliburjs.com › api › class › Particle
Particle | API | Excalibur.js
...on the entity
Do not modify
Use addComponent/removeComponent otherwise the ECS will not be notified of changes.
publicendColor
publicoptionalendSize
excaliburjs.com › api › class › Scene
Scene | API | Excalibur.js
...publicworld
The ECS world for the scene
Accessors
publicactors
The actors in the current scene