1
0
Fork
You've already forked zigma
0
A procedural generation based cmatrix clone.
  • C 100%
2025年04月19日 21:37:13 +05:30
.gitignore Add project files 2023年10月16日 21:18:28 +05:30
main.c Rename app and make increase max width 10 folds 2025年04月19日 21:37:13 +05:30
README.md Add project files 2023年10月16日 21:18:28 +05:30

zigma (Zig + Matrix)

A procedural generation based cmatrix clone that allows for seamless resizing of the terminal window. It also supports asynchronous scroll mode.

Instructions

$ gcc -Werror -Wall -Wextra -Wconversion -std=c17 -Ofast -Wno-pedantic main.c
$ ./a.out

To-Do

  • Re-write it in Zig 🙃.

Similar Projects