Pixcil

pixcil Actions Status License

Simple pixel art editor with (almost) infinite canvas.

Online editors & editor extensions: - itch.io - GitHub Pages (PWA) - VSCode Extension

Pixcil image

Features

How to build

Web

You can use Cargo to build Pixcil.

```console // Build. $ git clone https://github.com/sile/pixcil.git $ cd pixcil $ cargo build --release --target wasm32-unknown-unknown $ ls target/wasm32-unknown-unknown/release/pixcil.wasm

// Start an HTTP server and visit the root page in your browser. $ cd web/ $ start-your-favorite-http-server ```

Windows

console $ cargo run --release -p pixcil_windows