joyful_create

Crates.iojoyful_create
lib.rsjoyful_create
version
sourcesrc
created_at2024-10-30 17:54:28.520445
updated_at2024-11-08 06:13:06.773533
descriptionPhoto editing software. Designed to function like GIMP or PhotoShop, although still indev
homepage
repository
max_upload_size
id1428915
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Sofia Langer-Osuna (slangerosuna)

documentation

README

Joyful Create

Joyful Create is planned to be an advanced image editing application written in Rust. It is essentially my attempt to make a Rust clone of PhotoShop, Paint.NET, or GIMP, primarily in order to learn. The name for the project comes from my lovely partner, Myitta, who requested I credit them for this.

Installation

Joyful Create is on crates.io, so it can be installed with Cargo.

cargo install joyful_create

While it is optional, installing SPIRV-Tools will allow the build script to use the spirv-opt command which will result in better performance.

Usage

Detailed usage instructions will be provided as the software evolves. Stay tuned for updates on feature implementations and user guides.

Contribution

If you would like to contribute, I would be incredibly grateful. Pull requests are welcome. To report bugs or request features, please visit our GitHub Issues page.

License

Joyful Create is licensed under the GPL. See the LICENSE file for more details.

Contact

For support or feedback, please:

Commit count: 0

cargo fmt