An open API service indexing awesome lists of open source software.

https://github.com/patreeceeo/bitecs-deno

Port of @NateTheGreatt's ECS with minimal modifications to work in Deno
https://github.com/patreeceeo/bitecs-deno

deno ecs esmodule game-development javascript library performance simulation

Last synced: 11 months ago
JSON representation

Port of @NateTheGreatt's ECS with minimal modifications to work in Deno

Awesome Lists containing this project

README

          

# bitecs-deno
Port of @NateTheGreatt's ECS with minimal modifications to work in [Deno](https://deno.land).

# Usage

Import from https://deno.land/x/bitecs/index.mjs, or add that URL to an `importmap`, and start using `bitecs` just like you would if using Node/NPM.

Then check out [the original `bitecs` repo](https://github.com/NateTheGreatt/bitECS) for more info.

# Versions

The above will default to the latest version. To use a specific version, add @ after "bitecs."

Since there hasn't been an official release of `bitecs` in a while, I've resorted to using the date of commits to `bitecs` as the version string.