dtmt/crates/dtmm
Lucas Schwiderski 9882720675
Some checks failed
lint/clippy Checking for common mistakes and opportunities for code improvement
build/linux Build for the target platform: linux
build/msvc Build for the target platform: msvc
Delay mod loading
The initial implementation of DML ended up loading mods quite late,
which did give it the benefit of all `Manager`s being available.
This change therefore moves mod loading until after those are
initialized.

But contrary to old DML, we still create a separate game state to make
sure the game doesn't advance until mods are loaded. This avoids race
conditions like the one where LogMeIn needs to come early in the load
order.
2023-11-16 21:14:50 +01:00
..
assets Delay mod loading 2023-11-16 21:14:50 +01:00
src Prevent excessive debug logs 2023-11-16 20:07:51 +01:00
Cargo.toml Use template engine to build mod_data.lua 2023-11-14 15:06:12 +01:00
notes.adoc feat(dtmm): Create initial mod manager window 2023-02-08 14:40:49 +01:00
README.adoc docs: Add split READMEs 2023-03-01 22:14:31 +01:00

Darktide Mod Manager (DTMM)

DTMM is a GUI application to install and manage mods for the game.

![dtmm main view](../../docs/screenshots/dtmm.png)