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."

Sunday, May 25, 2008

Thick lines improvement



As my new renderer will be very complicated, I will take a lot of time to plan, code and test it. Furthermore, I don't know if it will really work as I want. So, I'm still improving my old renderer.

I started to code thick lines with different kinds of junction using my vector based library. Depending on the image to be rasterized, the final result can change a lot according to the type of line used.

Image shows a square drawn using a thin line and the five types of thick lines I'm developing.

No comments: