diff options
| author | Filip Wandzio <contact@philw.dev> | 2026-02-25 18:54:25 +0100 |
|---|---|---|
| committer | Filip Wandzio <contact@philw.dev> | 2026-02-25 18:54:25 +0100 |
| commit | db5ed8ea8c501d9015250f0d71aac9f488bd7f47 (patch) | |
| tree | f7e9aed00c265df60fb617e89b8baaa5ca64cebd | |
| parent | 35decaddb5f3c4e5d85c31f2f3355decf159a02d (diff) | |
| download | dml-db5ed8ea8c501d9015250f0d71aac9f488bd7f47.tar.gz dml-db5ed8ea8c501d9015250f0d71aac9f488bd7f47.zip | |
Diffstat (limited to '')
| -rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
| @@ -1,13 +1,18 @@ | |||
| 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. | 1 | # Very simple minecraft launcher (early stage of development). Made to explore concurrency/async in rust. |
| 2 | 2 | ||
| 3 | ## Available features | 3 | ## Available features |
| 4 | 4 | ||
| 5 | - [x] playing any version >1.7 and <1.15 | 5 | - [x] playing any version >1.7 and <1.15 |
| 6 | 6 | ||
| 7 | - [x] Concurrent asset downloading | ||
| 8 | |||
| 9 | - [x] "modern" minecraft | ||
| 10 | |||
| 7 | ## Planned features | 11 | ## Planned features |
| 8 | 12 | ||
| 9 | - [ ] Concurrent asset downloading | 13 | - [ ] playing any version |
| 10 | 14 | ||
| 11 | - [ ] modloaders | 15 | - [ ] modloaders |
| 12 | 16 | ||
| 13 | - [ ] "modern" minecraft | 17 | - [ ] official api |
| 18 | |||
