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

Wednesday, March 5, 2008

Curves under control



Now I can calculate by approximation arbitrary points of my vector based curves. By "arbitrary" I mean points chosen in a parametric way (by slice or length for example) without remake the curve itself.

I could make it using time inexpensive tricks. Now I hope I will finally get power enough to manipulate arbitrary heterogeneous shapes together in a path.

The picture shows parametric points of incremental distance calculated AFTER I have defined the curve itself.

No comments: