Changes between Version 13 and Version 14 of Development/Testing
- Timestamp:
- 07/31/09 12:17:25 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Testing
v13 v14 36 36 == Demos == 37 37 38 Bigger programs are located in the {{{demo}}} directory. These programs may open X windows, access the network, or take longer to complete. They're primarily for demonstrating coolness, but are also useful for testing compiler changes. The {{{war2}}} test driver can also be used to run them 38 The programs in test/93-Graphics can open up X windows and display pretty pictures. When run with no arguments they dump their final frame as a PPM image to stdout. When run with "-x" they open up an X window an display the animation in real-time. 39 39 40 40 {{{ 41 $ bin/war2 demo 41 $ bin/war2 test/93-Graphics -- to compile all the demos 42 $ test/93-Graphics/Styrene/Main.bin -x -- to display the animation 42 43 }}} 43 44 … … 46 47 {{{ 47 48 $ bin/ddc -O -make demo/Graphics/Styrene/Main.ds -o styrene 48 $ ./styrene 49 $ ./styrene -x 49 50 }}} 50 51
