You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Devine Lu Linvega 33b9371445 close file after read/write 6 years ago
.clang-format Init 6 years ago
.gitignore * 6 years ago
LICENSE Init 6 years ago
README.md close file after read/write 6 years ago
build.sh Renamed to chr6 6 years ago
chr6.c close file after read/write 6 years ago
main.o Renamed to chr6 6 years ago
sprite.chr Pixel picking 6 years ago

README.md

Chr6

A minimal chr editor, written in ANSI C.

Build

To build chr6, you must have SDL2.

sudo apt-get install libsdl2-dev

Controls

General

  • E Export
  • H Toggle Guides

Select

  • 1 Color1
  • 2 Color2
  • 3 Color3
  • 4 Color4

Paint

  • mouse1 Paint
  • mouse2 Erase