1.1.0 • Published 2 years ago

@vux0303/ecs-with-replication v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Goal

This project aim to build a core functionality for H5 games using ECS, so you can build reusable and easy to share systems on top of it. If you building multiplayrt game and using your engine solely for client rendering, this framework may fit into your gameplay code that share between client and server.

This is a personal project for learing purpose. It is incomplete, poorly tested and require more work to use for production.

Guideline

The framework is published as an npm package, you can install from command line:

npm install vux0303/ecs-with-replication

The package contains two parts:

  • The ECS framework: a very basic ECS written in Typescipt with minial APIs
  • Replication System: a system resolve what to be sent between client and server, built on top of the framework

Implement references

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago