CoordVisualize/README.adoc
2024-01-07 18:58:29 +09:00

36 lines
625 B
Text

= CoordVisualize
== 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
== Docs
Clone this repo, and
```sh
$ cd docs
$ julia --project -e 'using Pkg; Pkg.instantiate()'
$ julia --project make.jl
$ cd build
$ python -m http.server --bind localhost
```
== TODO
- [x] Printing
- [ ] visualize
- [ ] interactive edit
- [ ] doc