DEV Community

Andrew  Wooldridge
Andrew Wooldridge

Posted on

1 1

ECSY is an Entity Component System for JavaScript


Entity Component Systems are a way to compose complex systems in a way that is efficient, logical, and performant. ECSY is an example of one such ECS for JavaScript, and while it's still early in it's development, is already making some waves.

You can check it out here ECSY -- with some documentation, a few examples, and a discussion group. It even has bindings to Three.js , Two.js and BabylonJS.

This is perfect for games, simulations, and any other situation where you want to create a lot of instances of some entity and efficiently animate, or somehow transform them.

Another example of an ECS for JavaScript is A-Frame

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (0)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay