Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Simple Graphics [4/15]

The source code of demonstrational programs uses programming concepts that are not immediately explained.
[Run the program]

Important:
You should not analyze demonstrational programs because they contain unexplained features which might be too hard to understand.

This demonstrational program visualizes the screen's coordinate system.

The x-coordinate increases to the right, and the y-coordinate increases downwards. The coordinates are written as a pair (x,y).

The top left corner of the screen is at coordinates (0,0).

Loading...