Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dengwirda committed Mar 28, 2016
1 parent 51d091f commit 61e966b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

<a href="https://sites.google.com/site/dengwirda/jigsaw">`JIGSAW`</a> is a Delaunay-based unstructured mesh generator for two- and three-dimensional geometries. It is designed to generate high-quality triangular and tetrahedral meshes for planar, surface and volumetric problems. `JIGSAW` is based on a recently developed "restricted" Frontal-Delaunay algorithm -- a hybrid technique combining many of the best features of advancing-front and Delaunay-refinement type approaches.

`JIGSAW` is a stand-alone mesh generator written in C++. This toolbox provides a <a href="http://www.mathworks.com">`MATLAB`</a> // <a href="https://www.gnu.org/software/octave">`OCTAVE`</a> based scripting interface, including file I/O, mesh visualisation and post-processing facilities. In addition to mesh generation, a set of file conversion utilities are also provided, allowing `JIGSAW` to read and write meshes using a number of popular geometry dialects, including the `VTK`, `OFF`, `STL` and `MESH` formats.
`JIGSAW` is a stand-alone mesh generator written in `C++`. This toolbox provides a <a href="http://www.mathworks.com">`MATLAB`</a> / <a href="https://www.gnu.org/software/octave">`OCTAVE`</a> based scripting interface, including file I/O, mesh visualisation and post-processing facilities. In addition to mesh generation, a set of file conversion utilities are also provided, allowing `JIGSAW` to read and write meshes using a number of popular geometry dialects, including the `VTK`, `OFF`, `STL` and `MESH` formats.

`JIGSAW` is currently available for 64-bit `Windows` and `Linux` platforms.
`JIGSAW` is currently available for `64-bit` `Windows` and `Linux` platforms.

# `Installation`

`JIGSAW` itself is a fully self-contained executable, without dependencies on third-party libraries or run-time packages. To make use of `JIGSAW`'s scripting interface, users are required to have access to a working <a href="http://www.mathworks.com">`MATLAB`</a> and / or <a href="https://www.gnu.org/software/octave">`OCTAVE`</a> installation.
`JIGSAW` itself is a fully self-contained executable, without dependencies on third-party libraries or run-time packages. To make use of `JIGSAW`'s scripting interface, users are required to have access to a working <a href="http://www.mathworks.com">`MATLAB`</a> and/or <a href="https://www.gnu.org/software/octave">`OCTAVE`</a> installation.

# `Starting Out`

Expand All @@ -27,7 +27,7 @@ meshdemo(3); % preserve "sharp-features" in piecewise smooth domains
meshdemo(4); % build planar-meshes -- impose topological constraints
meshdemo(5); % build planar-meshes -- explore mesh-size controls
````
Additional information, documentation, online tutorials and references are available <a href="https://sites.google.com/site/dengwirda/jigsaw">here</a>.
Additional information, documentation, online tutorials and references are available <a href="https://sites.google.com/site/dengwirda/jigsaw">here</a>. A repository of 3D surface models generated using `JIGSAW` can be found <a href="https://github.com/dengwirda/jigsaw-models">here</a>.

# `Attribution!`

Expand Down

0 comments on commit 61e966b

Please sign in to comment.