Changeset 156:8ce683da284a
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r106
|
r156
|
|
| 3 | 3 | add_subdirectory(chromotography) |
| 4 | 4 | add_subdirectory(circle) |
| | 5 | add_subdirectory(flowingcanvas) |
| | 6 | add_subdirectory(gameoflife) |
| 5 | 7 | add_subdirectory(hardwarefluke) |
| 6 | | add_subdirectory(gameoflife) |
| 7 | 8 | add_subdirectory(jacobi2d) |
| 8 | 9 | add_subdirectory(jacobi3d) |
-
|
r65
|
r156
|
|
| 8 | 8 | #include <QtGui/QPainter> |
| 9 | 9 | #include <QtGui/QWidget> |
| | 10 | |
| 10 | 11 | #include <libgeodecomp/examples/latticegas/fpscounter.h> |
| 11 | 12 | #include <libgeodecomp/examples/latticegas/simparams.h> |
-
|
r49
|
r156
|
|
| 6 | 6 | using namespace LibGeoDecomp; |
| 7 | 7 | |
| | 8 | // fixme: move this class and chronometer to libgeodecomp/misc |
| 8 | 9 | class FPSCounter |
| 9 | 10 | { |