-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
33 lines (28 loc) · 1.39 KB
/
README
File metadata and controls
33 lines (28 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
DirectFB-examples
=================
DirectFB-examples contains simple applications that can be used to demonstrate and test various DirectFB features.
The following applications can be run:
df_andi - a penguin animation
df_cpuload - a ghost window with CPU load
df_dok - a benchmarking program
df_drivertest - a program for testing graphics driver functions
df_fire - a fire effect demo
df_glgears - the classic OpenGL gears demo
df_input - a test application for input devices
df_knuckles - a 3D skull drawn using triangles
df_layers - a program to test the different layers
df_matrix - a transformation matrix example
df_neo - a scaling animation with alpha blending / color modulation
df_palette - a palette example
df_particle - a moving fountain demo
df_porter - a program showing blending with different Porter/Duff rules
df_pss - a succession of screen animations
df_spacedream - an interactive starfield simulation
df_texture - a texture mapping example
df_video - a video playback in a moving window
df_vkcolor - a program showing RGB color transitions along cube edges and diagonals
df_window - a window stack example
And if FusionSound is available:
fs_advanced - a program testing advanced playback control
fs_buffer - a static sound playback
fs_stream - a sine wave playback