Skip to content

Commit

Permalink
Chore: moving @4bitlabs/numeric-deque and @4bitlabs/readers to 4bitla…
Browse files Browse the repository at this point in the history
…bs.bits
  • Loading branch information
32bitkid committed Jul 27, 2024
1 parent 43cbfdd commit a5c5839
Show file tree
Hide file tree
Showing 34 changed files with 309 additions and 2,198 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ A collection of packages, utilities and apps for decoding assets from

This monorepo is a work-in-progress.

## General packages

- [`@4bitlabs/readers`](./libs/readers/README.md): Basic implementations of `BitReader` in JavaScript/TypeScript.
- [`@4bitlabs/codecs`](./libs/codecs/README.md): Some common decompression algorithms, _e.g._ `Huffman` and `LZW`.
- [`@4bitlabs/numeric-deque`](./libs/numeric-deque/README.md): A simple, performant, general-purpose
<abbr title="double-ended queue">_deque_</abbr>, backed by a `TypedArray`.

## Image-related packages

- [`@4bitlabs/color-space`](./libs/color-space/README.md): Utility functions for parsing, converting and mixing colors in sRGB, CIE-XYZ, CIELAB, and okLab color spaces
Expand All @@ -21,6 +14,7 @@ This monorepo is a work-in-progress.

## <abbr title="Sierra Creative Interpreter">SCI</abbr> packages

- [`@4bitlabs/codecs`](./libs/codecs/README.md): Some common decompression algorithms, _e.g._ `Huffman` and `LZW`.
- [`@4bitlabs/sci0`](./libs/sci0/README.md): Data-structures and methods for decoding and parsing SCI0/SCI01-engine
resources.

Expand Down
43 changes: 0 additions & 43 deletions libs/numeric-deque/CHANGELOG.md

This file was deleted.

10 changes: 0 additions & 10 deletions libs/numeric-deque/LICENSE.txt

This file was deleted.

58 changes: 0 additions & 58 deletions libs/numeric-deque/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions libs/numeric-deque/jest.config.js

This file was deleted.

41 changes: 0 additions & 41 deletions libs/numeric-deque/package.json

This file was deleted.

1 change: 0 additions & 1 deletion libs/numeric-deque/src/index.ts

This file was deleted.

135 changes: 0 additions & 135 deletions libs/numeric-deque/src/numeric-deque.spec.ts

This file was deleted.

Loading

0 comments on commit a5c5839

Please sign in to comment.