#encoding #pyxel #pyxeledit

pyxel

Pyxel is a library for loading PyxelEdit documents in Rust

4 releases

0.2.2 Jul 26, 2019
0.2.1 Mar 26, 2019
0.1.2 Mar 17, 2019

#847 in Images

Download history 11/week @ 2023-10-29 1/week @ 2023-11-12 7/week @ 2023-11-19 20/week @ 2023-11-26 12/week @ 2023-12-03 6/week @ 2023-12-10 13/week @ 2023-12-24 6/week @ 2024-01-14 6/week @ 2024-01-21 12/week @ 2024-01-28 5/week @ 2024-02-04 23/week @ 2024-02-11

52 downloads per month

MIT license

28KB
723 lines

Contains (Zip file, 4KB) resources/test_v0.4.8.pyxel, (Zip file, 1KB) resources/doc.pyxel

Pyxel

Build Status Crates.io Docs License

Pyxel is a library for loading PyxelEdit documents in Rust. Current only the latest (v0.4.8) version of PyxelEdit is officially supported.

Usage

Add this to your Cargo.toml:

[dependencies]
pyxel = "0.2.1"

Then open a .pyxel file like this:

let doc = pyxel::open("resources/doc.pyxel")?;

See the docs for more information.

Optional Features

The following features are available:

  • images — Can be used to automatically load layer and tileset images within the Pyxel document using image.

License

MIT

Dependencies

~1.4–5MB
~59K SLoC