typo: <br>cmake -DCMAKE_INSTALL_PREFIX=YOUR_KDE_PATH<br>is:<br>cmake -DCMAKE_INSTALL_PREFIX=YOUR_KDE_PATH ..<br><br>Percy<br><br><br><br><div class="gmail_quote">On Sat, Jul 28, 2012 at 6:28 AM, Percy Camilo Triveņo Aucahuasi <span dir="ltr"><<a href="mailto:percy.camilo.ta@gmail.com" target="_blank">percy.camilo.ta@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br><br>This year I'm working on this GSoC [1] (Replacement for KmPlot) The reasons behind this motivation are:<br>
<br>1.- We have duplication of features between KmPlot and KAlgebra (for plotting functions)<br>
2.- In recent years KmPlot has been frozen (with regards to features for plotting new kind of functions) and<br>3.- There is a need for a better function plotter.<br><br>To introduce this new application (called Khipu) I'll talk of 2 aspects of this new approach and share my view of what (I think) it would help us to improve in the math area. First aspect won't be related to technical aspects (that will be the second) :) ... First aspect is the most important!<br>

<br>First aspect: the main goal of Khipu is to support the teaching process of math concepts, thats why the main clients of this application are teachers and this is the most important part, because it will avoid that Khipu become into a "just a utility for plotting". You know math concepts (and their properties) are easy to learn if you see it, indeed, I propose this basic work-flow for the application: <br>

<br>Step 1: Consume a repository/collection* of mathematical objects** (this step allow to select objects from the repository) then<br>Step 2: Categorize/group those selected objects<br>Step 3: Study their specific properties<br>

Step 4: Provide a way to deploy/export the work<br><br>*The repository is a collection of math expressions and meta-data that define each object<br>**Here, objects are any kind of math concept that can be plotted (specially functions) <br>

<br>For example, if a teacher want to work with plane curves (conics) he/she may use the repository of "Famous Conics" and, this way, have all the objects ready for study (step 1) Later, the teacher can group some objects with a criteria (his criteria): "This ones will be used for exam 1", "This others for the class" ... and so on (step 2) Step 3 will depend of what properties of conics (for each group) he/she wants to study. Step 4 involve some form of export their work (it could be a snapshots or animations inside the application): this way he/she can use the output for the class.<br>

<br>Currently[2] there is an implementation for step 2 (and partially: step 1) I hope you can help me with ideas for step 3 and 4, and if is possible take advantage of the forums for this task.<br><br>Second aspect is the technical part of this replacement process. First place, I will port all KmPlot's features (that I can) to Khipu: is important not to drop the work of KmPlot that can be useful. <br>

<br>To avoid the duplication of code: all the features related to plotting/analysis of objects will be inside analitza (KAlgebra parser/symbolic library) in a library called analitzaplot: KAlgebra will use the library for plot some functions too. This library will focus on 4 tasks:<br>

<br>* Manage the core objects (like curves/surfaces/...)<br>* Analyze those objects (its geometry, math properties, ...) <br>* Draw/Animate those objects in a decoupled way (just painter/opengl code) ... this way we can use the code on widgets or other kind of GUI controls. Also, the colors of what be painted (objects and its attributes, drawing area, ...) will be chosen carefully to respect accessibility: in the same way you can change the colors of the background area in KmPlot, the library will expose the necessary API for this kind of customization.<br>

* Manage the repository of objects (GHNS comes to my mind) The text of the repository files will be translated by our exceptional l10n team. For example if one repository file contains the words "Spiral of Archimedes" this should be translated. <br>

<br>Currently Khipu is in playground and analitzaplot is in a branch of analitza (the branch is called aucahuasi/analitzaplot)<br><br>Remember this is a work in process (Khipu and analitzaplot) and even the library may change right now, however you can see a preview of the API in [3]<br>

<br>Finally, I hope others applications can use this library to visualize math concepts (for example: currently many backends of Cantor show only images and not a widget that improve the graphical result) I ask to you: take a look in the work and tell me what do you think; I'm very open to listen others ideas, so please help me with yours. <br>

<br>mkdir khipu-demo<br>cd khipu-demo/<br>git clone git://<a href="http://anongit.kde.org/analitza" target="_blank">anongit.kde.org/analitza</a><br>cd analitza/<br>git checkout aucahuasi/analitzaplot <br>mkdir build<br>cd build/<br>
cmake -DCMAKE_INSTALL_PREFIX=YOUR_KDE_PATH<br>
make install<br>cd ../..<br>git clone git://<a href="http://anongit.kde.org/khipu" target="_blank">anongit.kde.org/khipu</a><br>cd khipu/<br>mkdir build<br>cd build/<br>cmake -DCMAKE_INSTALL_PREFIX=YOUR_KDE_PATH<br>make install<br>
kbuildsycoca4<br>
src/khipu<br><br>Regards,<br>Percy <br><br>[1] <a href="http://www.google-melange.com/gsoc/project/google/gsoc2012/aucahuasi/21002" target="_blank">http://www.google-melange.com/gsoc/project/google/gsoc2012/aucahuasi/21002</a><br>
[2] <a href="http://community.kde.org/GSoC/2012/StatusReports#Percy_Camilo_Trive.C3.B1o_Aucahuasi" target="_blank">http://community.kde.org/GSoC/2012/StatusReports#Percy_Camilo_Trive.C3.B1o_Aucahuasi</a><br>
[3] <a href="https://projects.kde.org/projects/kde/kdeedu/analitza/repository/entry/analitzaplot/examples/plots3ddemo.cpp?rev=aucahuasi%2Fanalitzaplot" target="_blank">https://projects.kde.org/projects/kde/kdeedu/analitza/repository/entry/analitzaplot/examples/plots3ddemo.cpp?rev=aucahuasi%2Fanalitzaplot</a><br>

<br><br>
</blockquote></div><br>