Jump to content
  • 0

image to WAD?


smeghammer

Question

I'm looking for something to convert an input image into a WAD/map format...

 

I am imagining something that might use colour as height (ideally configurable?) and/or use colour boundaries to define linedefs. 

 

Basically, what I am wanting to do is use something like a Julia set to generate a map template. It would be really cool I think to have a map based on a fractal:

Julia_set,_plotted_with_Matplotlib.svg

Anyone know of anything like this?

Share this post


Link to post

6 answers to this question

Recommended Posts

  • 0

I don't know of any programs that can automatically create a map layout from an image, but what you could do is make the image the background for your editor and trace it.

Share this post


Link to post
  • 0

have also thought of this, but I would just generate the wad as a fractal in the first place which seems far easy (I know how to do fractal images and I just discovered omgifol)

I'll see what I can do

Share this post


Link to post
  • 0
8 minutes ago, Gwarl said:

have also thought of this, but I would just generate the wad as a fractal in the first place which seems far easy (I know how to do fractal images and I just discovered omgifol)

I'll see what I can do

 

Oooohhh! This looks like the thing. I wrote a fractal (Mandelbrot) framework in Java many years ago - I could likely do a much better job now with Python3. If the above package can write vertices and linedefs, it should be logically straightforward to map generated fractal data. A project methinks...

 

41 minutes ago, Kappes Buur said:

Check out Image to DXF and then run DXF2WAD v1.0

 

I'll certainly check these out as well.

 

Thanks both.

Share this post


Link to post
  • 0
1 hour ago, Gwarl said:

I just discovered omgifol)

 

There seem to be several download locations, for different versions. The most recent I found is this:

 

https://github.com/devinacker/omgifol

 

which looks current.

 

It is also installable via PIP, which is cool:

image.png.f6611d2bd57cda2466b5e2b12ba989bd.png

 

Definitely having a play with this. Thanks for the pointer.

 

Edited by smeghammer

Share this post


Link to post
  • 0

You might also want to check out:

- PNG2WAD: a command-line tool that turns PNG images into Doom maps.

- WadC: a programming language for the construction of Doom maps.

 

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...