Difference between revisions of "SDL Water"

From ArmadeusWiki
Jump to: navigation, search
(creation)
 
m (Links)
Line 18: Line 18:
 
==Links==
 
==Links==
 
* [[SDL_Development]]
 
* [[SDL_Development]]
 +
 +
[[Category:SDL]]

Revision as of 17:26, 28 January 2009

Water is a small SDL applications that shows the famous demomaker's "Water effect".

Installation

  • SDL should be already configured
  • Launch Buildroot's configuration:
$ make menuconfig
Package Selection for the target  --->
    [*] Graphic libraries and applications (graphic/text)  --->
        [*]   SDL_water

Usage

# cd /usr/bin
# water
  • You must have an external keyboard (USB or PS/2) connected to your board to control the application or a touchscreen to draw circles in the water.

Links