update readme

This commit is contained in:
qwjyh 2023-10-22 23:34:27 +09:00
parent 29b78dd27b
commit dfa421e534
No known key found for this signature in database
GPG key ID: F30838CD89227A79
2 changed files with 16 additions and 1 deletions

1
.gitignore vendored
View file

@ -1 +1,2 @@
Manifest.toml
README.html

View file

@ -1,6 +1,20 @@
= CoordVisualize
== Parsing log, taggin and exporting
== Parsing log, tagging and exporting
* Parse coordinates log from traceroot CSM(Client Side Mod) for minetest.
* Edit log
** Split log
** Adding notes for logs
* Printing to text file.
** Or JLD2?
== Reading data & Visualization, inspecting
* Importing data from exported text file
* Visualize with GLMakie (or CairoMakie)
** Inspecting with GUI
== TODO
- [ ] Printing
- [ ] visualize
- [ ] doc