forked from AbFab3D/AbFab3D
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
executable file
·24 lines (15 loc) · 973 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
AbFab3D is a library to help develop 3D printing editors and tools.
Buidling AbFab3D:
We use Apache Ant as the build system. You can download ant here: http://ant.apache.org/bindownload.cgi
From the main directory type: ant build
This will build the library. All external dependecies besides Ant are
checked into the project. Voxels programs can use a lot of ram so I'd recommend
a 64 bit Java JVM. If your running with a 32 bit JVM you will likely need to
lower the ram specifications for programs
Running Examples:
AbFab3D contains several example programs that show how to use the codebase.
These examples are loocated in the apps/* directory. To run an example
go into the directory and type: ant run
Most of the examples generate an binary X3D file to "out.x3db". Typically I use the standlone brower from the Xj3D project(www.xj3d.org) to view
these files. To use X3D browsers that don't support the binary format change
the file ending to ".x3dv"