Changeset 156:8ce683da284a

Show
Ignore:
Timestamp:
03/19/2012 07:27:37 PM (15 months ago)
Author:
Andreas Schaefer <gentryx@…>
Branch:
default
Children:
157:cad7f155bd52, 172:1567be091247
Message:

adding new demo code flowing canvas

Location:
src/examples
Files:
5 added
3 modified

Legend:

Unmodified
Added
Removed
  • src/examples/CMakeLists.txt

    r106 r156  
    33add_subdirectory(chromotography) 
    44add_subdirectory(circle) 
     5add_subdirectory(flowingcanvas) 
     6add_subdirectory(gameoflife) 
    57add_subdirectory(hardwarefluke) 
    6 add_subdirectory(gameoflife) 
    78add_subdirectory(jacobi2d) 
    89add_subdirectory(jacobi3d) 
  • src/examples/latticegas/flowwidget.h

    r65 r156  
    88#include <QtGui/QPainter> 
    99#include <QtGui/QWidget> 
     10 
    1011#include <libgeodecomp/examples/latticegas/fpscounter.h> 
    1112#include <libgeodecomp/examples/latticegas/simparams.h> 
  • src/examples/latticegas/fpscounter.h

    r49 r156  
    66using namespace LibGeoDecomp; 
    77 
     8// fixme: move this class and chronometer to libgeodecomp/misc 
    89class FPSCounter 
    910{