Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.99 KB

File metadata and controls

38 lines (28 loc) · 1.99 KB

vPaint GitHub vlang

About

Image Viewer & Editor written in the V Programming Language. Supports Windows, Linux, macOS, and Wasm.

image

Online demo: https://vpaint.app/demo

Screenshots


Color Picker (Compact)

Color Picker (Wide)

Selection Move

Settings Page

Menus

Compile dependencies

  • iUI
  • V 0.5.0 or higher

Platform Specifics

  • (for Linux): Normal graphics libs: sudo apt install libgc-dev build-essential libxi-dev libxcursor-dev mesa-common-dev libgl1 libglx-mesa0 libxrandr-dev
  • (for Wasm): Use v-emscripten-script to "patch" closures.
  • (for Pi 5): Wayland may have issues, try export LIBGL_ALWAYS_SOFTWARE=1

Credits

Image Editing Credits:

Copyright © 2022-2026 Isaiah. GitHub