CoordVisualize/README.adoc

22 lines
440 B
Text
Raw Normal View History

2023-10-22 19:28:15 +09:00
= CoordVisualize
2023-10-22 23:34:27 +09:00
== 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?
2023-10-22 19:28:15 +09:00
== Reading data & Visualization, inspecting
2023-10-22 23:34:27 +09:00
* Importing data from exported text file
* Visualize with GLMakie (or CairoMakie)
** Inspecting with GUI
== TODO
- [x] Printing
2023-10-22 23:34:27 +09:00
- [ ] visualize
- [ ] interactive edit
2023-10-22 23:34:27 +09:00
- [ ] doc
2023-10-22 19:28:15 +09:00