Once you define a world, either a simple [y,x] grid (bitmap) or vector based, you should be able to export to multiple formats, such as
- Image (JPG)
- Minecraft map (current method builds the world iteratively on server)
- 3D shooter style maps (whether possible or not, to be tested) such as CSGO
Once you define a world, either a simple [y,x] grid (bitmap) or vector based, you should be able to export to multiple formats, such as