Is anyone interested in using the Federgraph formula as a 3D model to make a 3D example program that runs on the Pi?
http://www.riggvar.de/federgraph-formula.html
Something similar to ‘3D Parametric Function Plotting’, but using the Federgraph model as the function to plot. I would like ‘Developing for Pi in Visual Studio’ too, then using the source to compile on the Pi.
The example program should focus on drawing a single mesh. Rotation and Zoom using the mouse should be implemented. When the scroll wheel of the mouse is used, a parameter in the model should be updated, the whole model recalculated (coordinates of vertices) and the mesh redrawn.
The program should use the hardcoded function, no parsing of user supplied functions required. But the possibility to change the resolution (number of vertices) should be included right from the start.
This is all on my list of requirements for an introductory example program which everyone can use for all purposes, free and commercial. Help make the raspberry pi the platform for projects like this.
I have provided a model that has the potential to inspire the raspberry pi users. Please show all Raspberry Pi users how to manipulate it live on the screen. This is the task: go!