Archive for the ‘Java’ Category

15
Jun

Polygon triangulation

Posted by Kiniu

Another application created as a credit to the school. Its task is to divide the sides of a polygon into sections according to the weights and then dividing the polygon into triangles. The coordinates are loaded from the XML file. Unfortunately, the program sometimes crashes, but it’s already too much of my youth I spent on it:)

Download program

01
Oct

Tree generator

Posted by Kiniu

My first Java application. It was created as effect of learning new language. It generates random trees, whose can be exported as a 3d model to POVRay.

Download program