No description
Find a file
2023-10-23 01:48:13 +09:00
src add test (parser) 2023-10-23 01:32:52 +09:00
test add test: edit note 2023-10-23 01:48:13 +09:00
.gitignore update readme 2023-10-22 23:34:27 +09:00
main.jl fix inspector label 2023-10-22 19:26:46 +09:00
Project.toml add test (parser) 2023-10-23 01:32:52 +09:00
README.adoc update readme 2023-10-22 23:34:27 +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

== TODO
- [ ] Printing
- [ ] visualize
- [ ] doc