VIctor is a vector drawing application in the style of Vim.
VIctor is still in the very early stages. There are few features and a strong possibility of bugs.
- Pyglet http://www.pyglet.org -- On OS X 1.2alpha or the latest from mercurial is required
- Numpy http://www.numpy.org
- Mock https://pypi.python.org/pypi/mock -- Required for tests
- Currently built for Python 2.7x
- Install the dependencies
- cd victor
- python victor.py
- [count]{motion} -- Move Cursor count in direction of motion
- motion can be any of h, j, k, or l
- m{a-zA-Z} -- Set Mark
- g -- Toggle Grid On/Off
- s -- Scale Grid Down
- S -- Scale Grid Up
- b -- Start Path
- a -- Append to Path
- : -- Switch to EX mode
- :line [a-zA-Z] [a-zA-Z] -- Draw a line between two marks
- :marks --Print marks in the console
- :set color r g b a -- Set Line Color. r,g,b,a <- [0-255]