Skip to content

Plugins

Ashley Canning edited this page Jul 4, 2023 · 6 revisions

ArchECS

For maximum performance we utilise ArchECS which is a high-performance C# based Archetype & Chunks Entity Component System (ECS) for game development and data-oriented programming.

ClearScript

Decentraland relies on JavaScript as part of the SDK to create scenes. So we can embed these scenes and execute them we use ClearScript. We have a forked version which includes some memory allocation improvements.

Clone this wiki locally