What is Picture to People ?

"Picture to People" (P2P) is a huge Computer Graphics project. It was started to create new softwares able to make 2D drawing, 3D rendering, vexel drawing, text effects, photo effects, image filtering and other complex Computer Graphics operations. It has been made from scratch, including its low level Computer Graphics libraries like Maccala. Nowadays, most final features produced for this project are released as free online tools available from its official website. This blog talks about Computer Graphics, mainly concerning Picture to People development.

"Only who makes has true knowledge. Knowledge is control. True power depends on total control. Only who makes from scratch has the real power."

Saturday, April 19, 2008

Simplifying - the mission



There is just one polygon in picture.

Before simplification: 1 polygon with 43 sides; 346 self-crossing points.

After simplification: 62 calculated polygons; zero self-crossing points.

But it's far from the end of work ... The new polygons need a complex priority engine to keep together the properties from the original polygon.

I'm trying to find a solution.

No comments: