/PixelArtMaker

🎯 Pixel Art Maker C/SDL2

Primary LanguageCMIT LicenseMIT

PixelArtMaker

🎯 Pixel Art Maker made in C and SDL2.

Commands :
Left clic Right clic c
color a cell erase the color of a cell erase everything
1 2 3 4 5 6 7 8
Blue Purple Red Green Yellow Orange Grey Dark Blue

Installation :

You must have the following libraries installed :


Compilation :

gcc src/*.c -o bin/PixelArtMaker -I include -L lib -lmingw32 -lSDL2main -lSDL2 -lSDL2_image

Sreenshots :

.


Possible improvement:

  • Add a second window to choose the color.
  • Add SDL_ttf library.
  • Add more color palettes.
  • Choose the size of the window