https://github.com/brkpoint/mactrix
Cool looking matrix effect in the terminal
https://github.com/brkpoint/mactrix
Last synced: 12 months ago
JSON representation
Cool looking matrix effect in the terminal
- Host: GitHub
- URL: https://github.com/brkpoint/mactrix
- Owner: brkpoint
- Created: 2024-04-21T19:19:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T20:45:05.000Z (about 2 years ago)
- Last Synced: 2025-02-23T01:26:49.701Z (over 1 year ago)
- Language: C++
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mactrix
## About
Cool looking matrix effect in the terminal or something...
(simple project)
## WARNING!
It could not work on mac's default terminal (idk how to set 256 bit colors on it) so if you want to see colors you should use a diffrent terminal (I recomend using iTerm).
## Compiling:
Compile with -O3 flag (faster program)
```zsh
g++ main.cpp -O3 -o mactrix
```
## Adding it as a global command:
First go to:
```
/usr/local/bin
```
then put the compiled bin into this folder. And voilà, you can now use mactrix in any path!
## Usage:
Quit by clicking 'q'.