No description
Find a file
2023-11-14 00:28:22 +09:00
docs add export 2023-11-14 00:28:22 +09:00
src add export 2023-11-14 00:28:22 +09:00
test add export 2023-11-14 00:28:22 +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 adding doc 2023-11-12 09:57:28 +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