Crates.io | pixcil |
lib.rs | pixcil |
version | 0.7.0 |
source | src |
created_at | 2022-09-25 22:33:02.078446 |
updated_at | 2024-08-06 10:21:11.189343 |
description | Pixel art editor |
homepage | https://github.com/sile/pixcil |
repository | https://github.com/sile/pixcil |
max_upload_size | |
id | 673846 |
size | 2,902,615 |
Simple pixel art editor with (almost) infinite canvas.
Online editors & editor extensions:
You can use Cargo to build Pixcil.
// 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