No description
docs | ||
src | ||
test | ||
.gitignore | ||
.JuliaFormatter.toml | ||
interactive_viz.jl | ||
main.jl | ||
Project.toml | ||
README.adoc |
= 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