Skip to content

Paint written in Rust inspired from Paint in PekOSGV

License

Notifications You must be signed in to change notification settings

Andrej123456789/GVPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GVPaint

Paint ported to Windows, macOS, GNU/Linux, BSD and others from PekOS-GV

Guide on how to use text files to draw painting

GVPaint 1.0.0

GVPaint 2.0.0

Features (or bugs)

  • Written fully in Rust (so expect little bit slower compile time when compiling for first time)
  • Memory safety
  • 10 colors (black, dark blue, light green, light cyan, light magenta, brown, light grey, yellow and white)
  • Saves paintings to .txt and .png files
    • it saves and opens only files with name painting
    • opening .png files are only for read only purpose
    • when opening .png files make sure your canvas size is larger than on saved image
  • TUI app (runs fully in terminal/terminal emulator)
  • Under MIT license

Compile & Run

  • Install Rust
  • Run cargo run --release
  • If you use install (GNU/)Linux based operating system make sure you have cc and gcc compiler installed

Thanks to StjepanBM1 for creating one of best paint programs in the world :)

About

Paint written in Rust inspired from Paint in PekOSGV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages