copytominetest using metascript

Signed-off-by: philippe lhardy <philippe.lhardy@astrolabe.coop>
This commit is contained in:
2025-11-01 16:15:15 +01:00
parent 1d96ee089b
commit 8fdea9ed3a
3 changed files with 70 additions and 13 deletions

View File

@@ -1,5 +1,4 @@
This is a personal project to generate a 2D maze using in depth path generation.
# This is a personal project to generate a 2D maze using in depth path generation.
This can generate a stl file, overall goal was to print it with a 3D printer.
@@ -15,6 +14,26 @@ requirement : you need a java jdk environment installed ( java + javac ) and ant
ex ubuntu : sudo apt-get install default-jdk ant
It can take various input
* raw this tool raw format : see documentation raw
* imc esoteric internal format
* Drawing ?
* osm openstreetmap exported map
* we minetest/luanti world edit format
* Auto-generated
* Created through GUI
and output
* svg SVG / to handle with inkscape
* png
* raw this tool raw format : see documentation raw
* stl for 3d printers
* imc esoteric internal format
* txt labyrinth as text
* we minetest/luanti world edit format
===== BUILD =====
See BUILD.md