diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-02-25 16:10:23 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-02-25 16:10:23 +0100 |
| commit | f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a (patch) | |
| tree | c96432be342b02bc0409e5b78b6b5d54afcc7cd6 /README.md | |
| parent | 2e10b0713f5369f489d2ababd70108cc359c5d2d (diff) | |
| download | dml-f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a.tar.gz dml-f7b4b643ebc52a4d72d90d9adbdddc9aa0721e4a.zip | |
Feat: Refactor core download logic with concurrency and async features
Implement basic unit testing
Implement automatic java executable switching based on game version
Split loader module into smaller modules
Implement basic documentation
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 5 insertions, 6 deletions
| @@ -1,14 +1,13 @@ | |||
| 1 | # Very simple minecraft launcher (early stage of development). Made to explore concurrency/async in rust. | 1 | # Very simple minecraft launcher (early stage of development). Made to explore concurrency/async in rust. And because I don't like the default launcher. |
| 2 | 2 | ||
| 3 | ## Available features | 3 | ## Available features |
| 4 | 4 | ||
| 5 | - [x] playing any version > 1.10 | 5 | - [x] playing any version >1.7 and <1.15 |
| 6 | 6 | ||
| 7 | ## Planned features | 7 | ## Planned features |
| 8 | 8 | ||
| 9 | - [] "modern" minecraft | 9 | - [ ] Concurrent asset downloading |
| 10 | 10 | ||
| 11 | - [] modloaders | 11 | - [ ] modloaders |
| 12 | |||
| 13 | - [] Concurrent asset downloading | ||
| 14 | 12 | ||
| 13 | - [ ] "modern" minecraft | ||
