NOTICE: This package has been removed from pkgsrc

./wip/kyra, Sprite engine in C++ that uses SDL library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.5nb3, Package name: kyra-1.6.5nb3, Maintainer: pkgsrc-users

Kyra - A Sprite Engine...
from a Slightly Different Point of View

What is a Sprite Engine? A Sprite Engine is the drawing and rendering
component of 2D and quasi-3D games. Examples of this kind of game are
Civilization, Donkey Kong (classic arcade), Pharaoh, Zeus, Warcraft, Diablo,
Frogger, and Pirates!, among many others. It is so called because the
"characters" or "little men" are referred to as "sprites".

Simple and Easy to Use. Kyra has a clean and simple C++ interface. Or at
least as simple as an engine can be. It comes with several examples to get
you started, as well as full documentation for the API and the tool chain.

Fully Featured. It is fully featured, supporting top-down, side, and
isometric rendering. It supports the 'Sprite' as its basic type, but also
supports Tiles and user-drawn Canvases. It can draw to a traditional bitmap
surface, and supports OpenGL hardware acceleration.

Industrial Strength. Kyra has a complete tool chain including a sprite
editor and encoder. It's fast and capable, with specialized code for
rendering and rectangle updates.


Required to run:
[graphics/SDL_image] [devel/SDL]

Required to build:
[pkgtools/x11-links] [devel/libtool-base]

Master sites:

SHA1: 3c9eabb6f2a9f756e1420f5d170504fa1d73ddc8
RMD160: d6fb7e27d3103fb75c65d61235125e2379f6f0b3
Filesize: 1815.378 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-27 05:31:31 by othyro | Files touched by this commit (6) | Package removed
Log message:
Superceded by kyra2. Removing.
   2012-10-01 23:57:44 by Aleksej Saushev | Files touched by this commit (5)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-06-14 00:46:55 by Thomas Klausner | Files touched by this commit (271)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-01-18 10:38:16 by Thomas Klausner | Files touched by this commit (204)
Log message:
Second try at recursive PKGREVISION bump for jpeg shlib major bump (jpeg-8).
   2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286)
Log message:
Remove obsolete @dirrm lines.
   2009-05-06 12:15:50 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
fixed: if-less endif

   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2006-08-25 22:44:46 by David Howland | Files touched by this commit (1)
Log message:
USE_LANGUAGES+= c++