Skip to content

まだだぜ☆(^~^) ドット絵エディターを作ろうというところだぜ☆(^~^)

License

Notifications You must be signed in to change notification settings

muzudho/kusa-pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kusa pixel

20210622blog4.png

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.

Concepts

  • It is a pain in the ass to create a GUI,
    so please edit the configuration file for pen thickness and other settings.
  • It's a hassle, so the configuration file is not very structured and flat.
  • There are no features to make your work more convenient.
    For example, there is no color palette. There is only one pen color that can be set in the settings file.

Build

// Updating the Rust language
rustup update

// Creating an executable file
cargo build

Run

cargo run --example example1

Example

Your code:

use kusa_pixel::run;

fn main() {
    run();
}

Features

20210622blog5a1.png

👆 Drag the mouse from where you clicked to where you passed

Save & Reload

There is no timer. When you move the mouse over the window, the image is automatically saved and the settings are automatically loaded.

Documents

Settings
Design
Blog

About

まだだぜ☆(^~^) ドット絵エディターを作ろうというところだぜ☆(^~^)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages