seems some files were missing

This commit is contained in:
philippe lhardy
2018-03-04 21:46:02 +01:00
parent 3cb922455a
commit eb6760280f
3 changed files with 79 additions and 4 deletions

16
README
View File

@@ -1,6 +1,8 @@
This is a personal project to generate a 2D maze using in depth path generation.
Download the 'latest' laby.zip containing java jar from my blog http://blog.artisanlogiciel.net/public/tech/laby.zip
this can generate a stl file, overall goal was to print it with a 3D printer, i didn't test it yet ( even if i actualy have a 3D printer ).
This is the very first usable part.
@@ -22,11 +24,16 @@ git clone https://github.com/artlog/labystl.git
cd labystl
./init.sh
# will create build scripts from artlog_toolbox
./doit.sh
ant
run
# ./doit.sh
ant dist
source ./specificdoit.sh; create_zip_package
unzip laby.zip; cd artloglaby ; ./laby.sh
_______________________________________________
Save raw will actualy create a stl file
together with raw file
______________________________________________
it ask for three integers :
X Y maxpath
@@ -51,4 +58,5 @@ It was tested up to 1000x1000 labyrinth and can realy generate huge labyrinth.
Entry of labyrinth is upper left corner, exit is lower right ( this is different in 3D since Y axis where reversed ).
BUGS are numerous, and every bug was cleverly designed to drive you mad.
DOCUMENTATION is self contained in code an in my brain.
DOCUMENTATION is self contained in code an was in my brain, currenlty vanishing...