No description
Find a file
2024-01-07 19:03:29 +09:00
docs update doc 2024-01-07 18:58:29 +09:00
src update doc 2024-01-07 18:58:29 +09:00
test add export 2023-11-14 00:28:22 +09:00
.gitignore update readme 2023-10-22 23:34:27 +09:00
.JuliaFormatter.toml (WIP) partial recipe for Trace2d 2024-01-05 22:03:21 +09:00
interactive_viz.jl update doc 2024-01-07 18:58:29 +09:00
main.jl fix inspector label 2023-10-22 19:26:46 +09:00
Project.toml bump version 2024-01-07 19:03:29 +09:00
README.adoc update doc 2024-01-07 18:58:29 +09:00

= 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