jzbuilder icon indicating copy to clipboard operation
jzbuilder copied to clipboard

javascript doom map editor

Results 15 jzbuilder issues
Sort by recently updated
recently updated
newest added

https://github.com/jmickle66666666/jzbuilder/blob/master/src/main.ts Rendering is kind of a mess currently! the current 2d and 3d modes are really hardcoded, and could be generalised much better to support different viewing modes (such as...

code cleanup

![unknown](https://user-images.githubusercontent.com/7083717/50561953-1be2d880-0d10-11e9-9ec7-e878f3acccdb.png) "Here I'm unable to split this line, because the selector only snaps to grid points"

improvement

When texture support is implemented, texture editing in 3d mode When sector modification is implemented, sector height changing

feature

I think as long as the sector gets removed from the mapData list, and each line correctly clears it's edge link, it should all be ok

feature

Add support for different styles of snapping, for instance a polar coordinate system, or rotated grid

feature

Interface for storing and retrieving wad files from [indexeddb](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) I've done some tests and it would work perfectly for storing users' wads (such as IWADs or texture resources) between sessions....

feature

Create a UI for loading wad resources (such as IWADs or texture wads). This involved an icon, and a generated list of loaded wads, with a field to load wads...

content
feature

A UI needs to be built for browsing and selecting textures. This can be built independently of the actual interaction with the map and tool as a whole. I was...

feature

This is mostly complete but is still producing broken maps in a lot of circumstances.

feature