seems some files were missing
This commit is contained in:
16
README
16
README
@@ -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...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user