Skip to content

Pyxel is a library for loading PyxelEdit documents in Rust.

License

Notifications You must be signed in to change notification settings

adtennant/pyxel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Pyxel is a library for loading PyxelEdit documents in Rust.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages