Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/klntsky/arithmetic-coding

Visualization of arithmetic coding algorithm (purescript-halogen)
https://github.com/klntsky/arithmetic-coding

Last synced: 5 days ago
JSON representation

Visualization of arithmetic coding algorithm (purescript-halogen)

Awesome Lists containing this project

README

        

Deployed [here](http://ac.rgpu.club/).

# Building

Make sure `pulp` binary is in `$PATH` or modify the `package.json` to use the one from `node_modules`.

```bash
npm install
./node_modules/purescript-spago/spago psc-package-insdhall
psc-package install
npm test # optional
npm run build
```