User Tools

Site Tools


cloudview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cloudview [2009/12/06 13:51]
prokop
cloudview [2011/02/18 13:13] (current)
Line 1: Line 1:
 ==== DOWNLOAD ==== ==== DOWNLOAD ====
  
-  * LINUX: {{:​cloudview:​cloudview_16_linux.zip|}} +  * LINUX: {{:​cloudview:​cloudview_linux.zip|}} 
-  * MacOS: {{:​cloudview:​cloudview_16_macos.zip|}} +    Behaviour on some linux instalations is strange. Compilation from source *.pde is recommanded (see part "​Compilation"​) 
-  * Windows: ​ {{:​cloudview:​cloudview_16_windows.zip|}}+  * MacOS: {{:​cloudview:​cloudview_macos.zip|}} 
 +  * Windows: ​ {{:​cloudview:​cloudview_windows.zip|}}
  
 ==== Function ==== ==== Function ====
Line 33: Line 34:
  
 ==== Possible problems ==== ==== Possible problems ====
 +  * Graphics could be affected by your Graphical accelerator and OpenGL instalation.
 +  * Do not save the aplication in forders with spaces and national character sets ''​Nová složka''​ could cause error (tested for linux version)
   * Slow interaction - This is possible on single-core computers.   * Slow interaction - This is possible on single-core computers.
-  * Sliders don't interact - first click on slider set focus on it. After that it should respond dragging. If not it could be caused by low performance of your computer. Try to interact very slowly and repetitively.+  * Sliders don't interact - first click on slider set focus on it. After that it should respond dragging. If not it could be caused by low performance of your computer. Several thousands of dots are rendered between each interaction. Try to interact very slowly and repetitively.
   * White screen at the begining - wait a moment, data loading could take some time. It could be also an run-time error (there is no error handling). Typical erros are:   * White screen at the begining - wait a moment, data loading could take some time. It could be also an run-time error (there is no error handling). Typical erros are:
      * Out Of Memory: 3D data are memmory intensive.      * Out Of Memory: 3D data are memmory intensive.
-     * No grid.xsf is in the work directory ​+     * No grid.xsf is in the work directory 
 +     * grid.xsf is in unexpected format. Check if format is similar to example ( PRIMCOORD and DATAGRID_3D_ sections are importaint) 
 +  * Picture not smooth with sharp jumps - there is probably some bug in trilinear interpolation wich sould be found and repaired. 
 + 
 +==== Compilation ==== 
 +  * Download http://​processing.org/​download/​ 
 +  * Download http://​www.sojamo.de/​libraries/​controlP5/​ unpack it and copy "​controlP5"​ directory it to "​Libraries"​ subfolder of processing to install it. Try some examples in "​Libraries/​controlP5/​examples"​ if it works. 
 +  *Find "​source"​ subdirectory of CloudView 
 +  *Load CloudView_*.pde to processing 
 +  *hit "​Run"​ button 
 +  *if it works you can export as application "​Ctrl+Shift+E"​ 
 +   
 +  *Optionally it should be possible compile CloudView_*.java in pure java withoiut processing (if you install ​ all imported libraries). I never tried this. 
 + 
 +==== ---- ==== 
 +{{:​cloudview:​cloudview.jpg|}} 
cloudview.1260103871.txt.gz · Last modified: 2011/02/18 13:14 (external edit)