Initial import of map-browse 1.0.
Package provided by Richard Rauch <rkr@olib.org> via PR pkg/22642. map-browse is a simple, hackish toy that I threw together a few years ago as a tool to aid me in diagnosing bogus coordinate data in a (non-graphical) MUD. The "rooms" in the mud had pathnames, sizes, "zones", and 3D coordinate data, as well as links to other rooms. Links could be obvious or non- obvious. I collected this subset of data for about 8,000 to 8,500 rooms, allowing me to analyze bad connections, misplaced rooms, etc., using a visual exploration. A 3-button mouse, preferably with scroll-wheel, is strongly recommended. One small, hand-written sample data file is provided, and an Octave .m file is also provided which generates 3D data based on the iteration of a complex function applied at a few points in the complex plane near 1+0i. It can be modified, used as a basis perhaps for a game, toyed with as-is, etc.
This commit is contained in:
parent
750aec52c8
commit
1852160366
4 changed files with 51 additions and 0 deletions
19
map-browse/DESCR
Normal file
19
map-browse/DESCR
Normal file
|
@ -0,0 +1,19 @@
|
|||
map-browse is a simple, hackish toy that I threw together a few years
|
||||
ago as a tool to aid me in diagnosing bogus coordinate data in a
|
||||
(non-graphical) MUD.
|
||||
|
||||
The "rooms" in the mud had pathnames, sizes, "zones", and 3D coordinate
|
||||
data, as well as links to other rooms. Links could be obvious or non-
|
||||
obvious. I collected this subset of data for about 8,000 to 8,500 rooms,
|
||||
allowing me to analyze bad connections, misplaced rooms, etc., using
|
||||
a visual exploration.
|
||||
|
||||
A 3-button mouse, preferably with scroll-wheel, is strongly recommended.
|
||||
|
||||
One small, hand-written sample data file is provided, and an Octave
|
||||
.m file is also provided which generates 3D data based on the
|
||||
iteration of a complex function applied at a few points in the complex
|
||||
plane near 1+0i.
|
||||
|
||||
It can be modified, used as a basis perhaps for a game, toyed with
|
||||
as-is, etc.
|
17
map-browse/Makefile
Normal file
17
map-browse/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/09/17 18:12:55 xtraeme Exp $
|
||||
|
||||
DISTNAME= map-browse-1.0
|
||||
WRKSRC= ${WRKDIR}/map-browse
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.olib.org/~rkr/mud/
|
||||
|
||||
MAINTAINER= rkr@olib.org
|
||||
HOMEPAGE= http://www.olib.org/~rkr/mud/
|
||||
COMMENT= GLUT-based 3D data graph (vertices, edges) viewer
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
#USE_X11BASE= yes
|
||||
|
||||
.include "../../graphics/glut/buildlink2.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
11
map-browse/PLIST
Normal file
11
map-browse/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/17 18:12:55 xtraeme Exp $
|
||||
bin/map-browse
|
||||
share/doc/map-browse/map-browse.tex
|
||||
share/doc/map-browse/map-browse-init.ps
|
||||
share/doc/map-browse/map-browse-moved.ps
|
||||
share/doc/map-browse/map-browse-shrunk.ps
|
||||
share/doc/map-browse/map-browse-solid.ps
|
||||
share/examples/map-browse/sample.data
|
||||
share/examples/map-browse/zpow.m
|
||||
@dirrm share/doc/map-browse
|
||||
@dirrm share/examples/map-browse
|
4
map-browse/distinfo
Normal file
4
map-browse/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/09/17 18:12:55 xtraeme Exp $
|
||||
|
||||
SHA1 (map-browse-1.0.tar.gz) = a09c5d3bde14f03b06492889d877753d00950822
|
||||
Size (map-browse-1.0.tar.gz) = 55404 bytes
|
Loading…
Reference in a new issue