1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00
novus/apps/mapeditor
Joshua Goins 80f1e2c1dd Be a little bit more efficient when loading static map objects
Still not great loading times, but it's now somewhat bearable on debug
builds. It now doesn't try to load duplicate models at all. Most of the
time is actually spent inside of Physis parsing the model, which I'll
have to tackle there.
2025-05-17 10:43:08 -04:00
..
include Begin loading BG objects from the LGB 2025-05-14 21:07:12 -04:00
src Be a little bit more efficient when loading static map objects 2025-05-17 10:43:08 -04:00
CMakeLists.txt Fix the object pass, start rendering a sphere 2025-05-13 16:41:52 -04:00
mapeditor.rc Map Editor: Move the map list widget to an open dialog 2025-05-11 21:27:49 -04:00
README.md Move applications to their own folder 2024-05-10 16:44:45 -04:00
zone.xiv.mapeditor.desktop Move applications to their own folder 2024-05-10 16:44:45 -04:00
zone.xiv.mapeditor.svg Move applications to their own folder 2024-05-10 16:44:45 -04:00

Map Editor

This tool can display maps from the game, albiet it's limited at the moment and navigation isn't the best.

Screenshot

Note

Vulkan 1.3 or higher is currently required. This requirement is planned to be lifted in the future.