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

https://github.com/rei1024/ca-ts

Cellular Automaton Library for TypeScript
https://github.com/rei1024/ca-ts

cellular-automata deno typescript

Last synced: 7 months ago
JSON representation

Cellular Automaton Library for TypeScript

Awesome Lists containing this project

README

          

# ca-ts

Cellular Automaton Library for TypeScript

These packages are published on [JSR](https://jsr.io/) and are available for use
in Node.js and Deno.

## Packages

| Package | Latest version | Description |
| --------------------------------------------------- | --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [@ca-ts/rle](https://jsr.io/@ca-ts/rle) | [![JSR](https://jsr.io/badges/@ca-ts/rle)](https://jsr.io/@ca-ts/rle) | [Run Length Encoded](https://conwaylife.com/wiki/Run_Length_Encoded) file format |
| [@ca-ts/plaintext](https://jsr.io/@ca-ts/plaintext) | [![JSR](https://jsr.io/badges/@ca-ts/plaintext)](https://jsr.io/@ca-ts/plaintext) | [Plaintext](https://conwaylife.com/wiki/Plaintext) file format |
| [@ca-ts/apgcode](https://jsr.io/@ca-ts/apgcode) | [![JSR](https://jsr.io/badges/@ca-ts/apgcode)](https://jsr.io/@ca-ts/apgcode) | [apgcode](https://conwaylife.com/wiki/Apgcode) |
| [@ca-ts/algo](https://jsr.io/@ca-ts/algo) | [![JSR](https://jsr.io/badges/@ca-ts/algo)](https://jsr.io/@ca-ts/algo) | Algorithm for simulating cellular automaton |
| [@ca-ts/rule](https://jsr.io/@ca-ts/rule) | [![JSR](https://jsr.io/badges/@ca-ts/rule)](https://jsr.io/@ca-ts/rule) | [Rulestring](https://conwaylife.com/wiki/Rulestring) |

## Development

- [Deno](https://docs.deno.com/runtime/)
- Above v2.0
- [VS Code](https://code.visualstudio.com/)
- Install Deno (denoland.vscode-deno) Extension

### Commands

#### Check

```sh
deno task ok
```