diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-07 20:28:39 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-09-07 20:28:39 +0000 |
commit | c04ae9a4660ab1e7fb11a0c09f81e0fa5045d83d (patch) | |
tree | e2b1c60f0f2f0a16ec8de76cf011adb38bfe9880 /graphics/Makefile | |
parent | ba36f60f898b61b67d5fc3fe7fac3c0e1875484a (diff) | |
download | ports-c04ae9a4660ab1e7fb11a0c09f81e0fa5045d83d.tar.gz ports-c04ae9a4660ab1e7fb11a0c09f81e0fa5045d83d.zip |
Add pyro.
PyroTechnics is a simple OpenGL-based firework simulator.
Features
--------
o a bunch of nifty kinds of fireworks
o the ability to choreograph firework displays
o a texture-mapped water surface
o reflections in the water
o fogging
o a moving camera
o the ability to save screenshots
WWW: http://nostatic.org/pyro/pyro.html
PR: ports/85842
Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
Notes
Notes:
svn path=/head/; revision=142185
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 5b50b376c5b9..554c421a32b5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -464,6 +464,7 @@ SUBDIR += py-paint SUBDIR += py-pydot SUBDIR += py-visual + SUBDIR += pyro SUBDIR += q-graph SUBDIR += qcamview SUBDIR += qcomicbook |