lapix

Crates.iolapix
lib.rslapix
version0.1.1
sourcesrc
created_at2023-03-18 11:00:52.32602
updated_at2024-08-12 19:17:10.742155
descriptionImage editor backend library for pixel art
homepagehttps://github.com/yds12/tarsila
repositoryhttps://github.com/yds12/tarsila
max_upload_size
id813665
size99,407
yds12 (yds12)

documentation

https://docs.rs/lapix/latest/

README

Backend library for Tarsila. This crate is the core of an image editor focused on pixel art and spritesheets, whereas tarsila is the GUI frontend of this editor. Other GUIs can be created reusing this crate for all the actual image manipulation. Note that the focus of this crate is not to be an image manipulation library (for that we leverage other crates such as image), but a fully-functional editor core that keeps track of things like layers, canvasses, and is capable of processing events of an image editor, such as creating or changing a layer, drawing a line, etc.

Commit count: 124

cargo fmt