Music visualisation with SoundMixer.computeSpectrum();
3 Aug
29 Jun
There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren’t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with verticals and show some basic examples.
Basics
Look at this example:
4 Sep
Here an example of the advancedDataGrid. I’m using a groupingcollection to get all the data from one searchengine in one group
One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the “number of visits” field and it is working for the known visit data the sort is working but for the calculated total visits of the groups it isn’t working. If someone knows the solution please let me know
Recent Comments