Skip to content

bracket/VIctor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIctor

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.

Requirements

To Run

  1. Install the dependencies
  2. cd victor
  3. python victor.py

Commands

Normal Mode

  • [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

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]

About

Draw pictures with vim like commands

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%