Skip to content

Tool for visualizing and navigating the BSP tree of DooM1/2 maps.

Notifications You must be signed in to change notification settings

somtwo/doom-node-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Doom Node Visualizer

image

This is a simple application which can load wad files made for DooM and display the BSP information and allow a user to navigate down the BSP tree.

Building

The project is configured to look for SDL within your user directory. Unzip SDL2 to the following directory and everything should just work:

$(USERPROFILE)\lib\sdl2

On windows USERPROFILE is typically C:\Users\<Your user name>\

Running

From the command line:

doom-node-visualizer <path-to-wad>

From windows:

Drag the wad you want to view into the program.

Navigation

When viewing a map, the root split will start out displayed as a green line. Move the mouse to either side of the split to highlight the child nodes. Click the left mouse button to select that child node. The view will zoom in to fit the new node and its children in view.

Keyboard shortcuts

  • Escape: Return to the root node of the map
  • PgDown: Cycle to the next map in the wad
  • PgUp: Cycle to the previous map in the wad

About

Tool for visualizing and navigating the BSP tree of DooM1/2 maps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published