https://github.com/4ster-light/matrix
An alternative to the famous cmatrix C++ program written in Haskell
https://github.com/4ster-light/matrix
haskell matrix terminal
Last synced: 10 months ago
JSON representation
An alternative to the famous cmatrix C++ program written in Haskell
- Host: GitHub
- URL: https://github.com/4ster-light/matrix
- Owner: 4ster-light
- License: bsd-3-clause
- Created: 2024-10-16T14:44:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-15T17:38:01.000Z (12 months ago)
- Last Synced: 2025-03-28T06:03:25.683Z (10 months ago)
- Topics: haskell, matrix, terminal
- Language: Haskell
- Homepage:
- Size: 2.61 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# matrix
An alternative to the famous program written in C `cmatrix` implemented in Haskell.
## Usage
```bash
stack run
```
> [!IMPORTANT]
> This program is only tested on Linux.
> And it doesn't have the full functionality of `cmatrix`.
>
> You need to have installed:
>
> - `cabal`
> - `stack`
> - `ghc`
>
> In order to run this program.
>