-
Notifications
You must be signed in to change notification settings - Fork 14
Plugins
Ashley Canning edited this page Jul 4, 2023
·
6 revisions
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.
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.