Skip to content

ingobeans/plow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plow

screenshot

plow is an image editor made in rust with macroquad and egui. it can run in the browser with wasm or standalone cross platform.

build

for standalone: cargo run

for wasm, with basic-http-server, do: cargo build --release --target wasm32-unknown-unknown && cp target/wasm32-unknown-unknown/release/plow.wasm web/ && basic-http-server web/

About

rust image editor (standalone & web)

Resources

Stars

Watchers

Forks