A program made with raylib (v4.5) to paint compositions similar to some made by Piet Mondrian. Inspired by Mondrian And Me.
The Makefile contains the instructions for compiling this program.
Make sure you have raylib (v4.5), make and a C99 compatible
compiler. Configure the Makefile accordingly and run make
to compile
and ./paint-squares
to execute.
Mouse:
- Mouse left button -> Paint a line at the cursor position.
Keyboard:
- P -> Take screenshot of the program window.
- C -> Clear the window.
- ESCAPE -> Exit program.
This program was written by daniel.source and is Copyright (C) 2023. The source code is released under the zlib License.