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
- Host: GitHub
- URL: https://github.com/rei1024/ca-ts
- Owner: rei1024
- License: mit
- Created: 2024-07-09T04:18:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T12:19:51.000Z (7 months ago)
- Last Synced: 2025-03-06T13:27:18.104Z (7 months ago)
- Topics: cellular-automata, deno, typescript
- Language: TypeScript
- Homepage: https://jsr.io/@ca-ts
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) | [](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) | [](https://jsr.io/@ca-ts/plaintext) | [Plaintext](https://conwaylife.com/wiki/Plaintext) file format |
| [@ca-ts/apgcode](https://jsr.io/@ca-ts/apgcode) | [](https://jsr.io/@ca-ts/apgcode) | [apgcode](https://conwaylife.com/wiki/Apgcode) |
| [@ca-ts/algo](https://jsr.io/@ca-ts/algo) | [](https://jsr.io/@ca-ts/algo) | Algorithm for simulating cellular automaton |
| [@ca-ts/rule](https://jsr.io/@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
```