markusbkk / image-maker-for-angry-programmers

make red image (other colors available), short loading times, minimal programming required

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

primitive pixel art tool

  • to build: make or cc main.c -lraylib -lm

  • to build & run: make run

  • Image is always saved as out.png

  • fixed size to 8x8 for now

  • raylib + raygui

  • requires raylib installation (4 or 5 should be fine) (sudo make install in raylib/src)

preconfigured for ease of use:

a screenshot showing the default configuration

why?

trying to ease the suffering

About

make red image (other colors available), short loading times, minimal programming required

License:MIT License


Languages

Language:C 99.9%Language:Makefile 0.1%