1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 13:07:44 +00:00
Commit graph

13 commits

Author SHA1 Message Date
ea4a056815 Use blowfish implementation from physis 2022-08-04 11:32:12 -04:00
8c712c816e Add bonedecomp tool for recreating TexTool skeleton JSON 2022-05-04 15:56:30 -04:00
275c1a9976 Overhaul race and lod combos in mdlviewer
The number of lods are now properly loaded from the model data, and race
is checked by checking for the existence of race-specific models (I
think this is the current best way?).

Also, magic_enum is added as a dependency for some enum magic involving
enumerating Race.
2022-04-17 20:02:06 -04:00
879cd60dc1 Add argcracker tool 2022-04-14 19:00:42 -04:00
1c77a0b06e Add explorer tool
This is similar to FFXIVExplorer, where you can view a list of known
files in a nice tree view.
2022-04-14 08:24:06 -04:00
4a1d0cb0a1 Add model export support 2022-04-12 20:02:50 -04:00
bef13de12f Support mdlviewer on macOS
Qt5 for macOS can actually use the same code as on Linux/Win, but
apparently no one wants to build it with Vulkan support. Instead, we
spawn a standalone SDL2 window.
2022-04-12 16:19:06 -04:00
7aadf086de Add basic vulkan renderer to mdlviewer
Right now it just displays a red screen
2022-04-11 23:11:33 -04:00
99fb9ca1aa Add framework for mdlviewer 2022-04-11 21:59:37 -04:00
cafd3e5dca Create separate executable for exdviewer 2022-04-11 21:54:30 -04:00
191a93a596 Improve Windows support 2022-03-27 21:49:54 -04:00
5d770b5cda Add basic window to view map.exd 2022-03-16 00:31:24 -04:00
3d218a98ef Add initial files 2022-03-15 15:34:38 -04:00