Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.02 KB

(Image)

paint-squares

A program made with raylib (v4.5) to paint compositions similar to some made by Piet Mondrian. Inspired by Mondrian And Me.

How to run this program?

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.

Controls

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.

Author

This program was written by daniel.source and is Copyright (C) 2023. The source code is released under the zlib License.