Crates.io | kusa_pixel |
lib.rs | kusa_pixel |
version | 3.0.0 |
source | src |
created_at | 2021-06-21 16:27:56.925978 |
updated_at | 2021-06-24 03:36:35.693251 |
description | A pixel art painter for people who are sick of GUIs. |
homepage | |
repository | https://github.com/muzudho/kusa-pixel |
max_upload_size | |
id | 412987 |
size | 699,190 |
This is a pixel art painting software.
kusa is Japanese internet slang for laughing at
m9(^~^)wwwww 草(^▽^)
This program will be distributed at MIT LICENSE.
It uses the libraries of Piston, a game engine in the Rust language.
PistonDevelopers
It is intended to be developed and run using Visual Studio Code on Windows.
// Updating the Rust language
rustup update
// Creating an executable file
cargo build
cargo run --example example1
Your code:
use kusa_pixel::run;
fn main() {
run();
}
👆 Drag the mouse from where you clicked to where you passed
There is no timer. When you move the mouse over the window, the image is automatically saved and the settings are automatically loaded.