News

With a Python function call: by generating lots of coordinates and feeding them to your “draw triangle” function. The latter is far more efficient, requires less code, and is generally the ...
This project use python and vulkan to draw a triangle in a window using ctypes for bindings. The program is stand-alone, you don't have to install anything. It was tested on Windows 10 and windows 10 ...
Start with three points. The points of a triangle. Choose a random point inside the triangle and draw it. Find the midpoint between the random point and a random point of the triangle and draw it.