-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# ED Journals | ||
|
||
> **Warn** this project is currently in pre-release versions, which means that it is very much work in progress. Breaking | ||
> changes are likely to happen. | ||
Work in progress parsing and utilities for working with journal files from Elite Dangerous, with specific emphasis on | ||
creating structs and enums to make working with journal entries a lot easier and predictable. | ||
|
||
## Features and plans | ||
|
||
This is a list of some of the current features and some of the features I really want to have added before a 1.0 | ||
release. | ||
|
||
- [x] Models for journal directory and files. | ||
- [x] Journal reader to read entries from journal files. | ||
- [x] Serde models for journal entries. | ||
- [ ] Parsing dynamic files like `Market.json`, `Status.json` etc. | ||
- [ ] Async variants of models, especially the `JournalReader`. | ||
- [ ] Automatic journal detection based on platform etc. | ||
- [ ] Exobiology utilities for things like predicting available species based on planet scan etc. | ||
- [ ] Exploration utilities for pointing out special or unusual discoveries. |