Menu

Tree [r5] /
 History

HTTPS access


File Date Author Commit
 matrix_studio.c 2010-09-18 gvhk [r5]
 old_matrix_studio.c 2010-09-18 gvhk [r5]
 readme.txt 2010-09-18 gvhk [r5]

Read Me

Currently the program only works on linux and to compile you need the ncurses library (libncurses-dev):
	gcc -o exe matrix_studio.c -lncurses

It currently requires xclip installed  (dumps the output automatically to clipboard so you can paste anywhere with Ctrl+V)
but would be nice to have this feature incorporated into the program.


Controls:
Arrows - move to select your cell
Enter  - save string into the selected cell
END    - Dump output to the terminal and clipboard and exit

Notice the selected cell is always in edit-mode so you can type whatever you want but that is only saved if you press ENTER

The program works in text-mode and it should be kept that way, the mouse will only slow down the user.



Project Requisites:
- Very fast and easy to use
- lightweight

Project Goals:
- Multi-platform (linux, windows, mac)
- Presets (matrix with nothing/zeroes only/identity)
- become even faster to use/user-friendly