Re: Projecting MUD maps

2006-11-06 Thread Scott David Daniels
Diez B. Roggisch wrote: > But there is no cookbook-algorithm that will produce perfect MUD-maps. For > such a beast, you have to cough up one on your own, with things like > constraint solvers and the like. Certainly over _my_ head, at least without > deep studies of planar graph representation pro

Re: Projecting MUD maps

2006-11-06 Thread Gabriel Genellina
At Sunday 5/11/2006 19:32, BJörn Lindqvist wrote: >Hello, I'm looking for an algorithm to project "MUD maps" such as the >following map: http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg > >MUD:s consists of rooms, each rooms has up to four orthogonal edges >(north, east, west and south) that

Re: Projecting MUD maps

2006-11-06 Thread Diez B. Roggisch
BJörn Lindqvist wrote: > On 11/5/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: >> BJörn Lindqvist schrieb: >> > Hello, I'm looking for an algorithm to project "MUD maps" such as the >> > following map: http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg >> > >> > MUD:s consists of rooms, each

Re: Projecting MUD maps

2006-11-06 Thread BJörn Lindqvist
On 11/5/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote: > BJörn Lindqvist schrieb: > > Hello, I'm looking for an algorithm to project "MUD maps" such as the > > following map: http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg > > > > MUD:s consists of rooms, each rooms has up to four orthogona

Re: Projecting MUD maps

2006-11-06 Thread Neil Cerutti
On 2006-11-05, BJörn Lindqvist <[EMAIL PROTECTED]> wrote: > Hello, I'm looking for an algorithm to project "MUD maps" such > as the following map: > http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg Check out the Ruby project IFMapper for a mature project that might accomplish your goal. You

Re: Projecting MUD maps

2006-11-05 Thread [EMAIL PROTECTED]
BJörn Lindqvist wrote: > Hello, I'm looking for an algorithm to project "MUD maps" such as the > following map: http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg > > MUD:s consists of rooms, each rooms has up to four orthogonal edges > (north, east, west and south) that connects it to another

Re: Projecting MUD maps

2006-11-05 Thread Diez B. Roggisch
BJörn Lindqvist schrieb: > Hello, I'm looking for an algorithm to project "MUD maps" such as the > following map: http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg > > MUD:s consists of rooms, each rooms has up to four orthogonal edges > (north, east, west and south) that connects it to anoth

Projecting MUD maps

2006-11-05 Thread BJörn Lindqvist
Hello, I'm looking for an algorithm to project "MUD maps" such as the following map: http://www.aww-mud.org/maps/MUD_Maps/Caerin-colour.jpg MUD:s consists of rooms, each rooms has up to four orthogonal edges (north, east, west and south) that connects it to another room. So it is very easy to mode