Skip to content

Commit

Permalink
[readme] add some comments and add @twadleigh to license
Browse files Browse the repository at this point in the history
  • Loading branch information
sjkelly committed Sep 1, 2015
1 parent 890a2ec commit 5ee8b47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The Meshing.jl package is licensed under the MIT "Expat" License:

> Copyright (c) 2015: Steve Kelly.
> Copyright (c) 2015: Steve Kelly, Tracy Wadleigh.
>
> Permission is hereby granted, free of charge, to any person obtaining
> a copy of this software and associated documentation files (the
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Meshing

[![Build Status](https://travis-ci.org/sjkelly/Meshing.jl.svg?branch=master)](https://travis-ci.org/sjkelly/Meshing.jl)
[![Build Status](https://travis-ci.org/juliageometry/Meshing.jl.svg?branch=master)](https://travis-ci.org/juliageometry/Meshing.jl)

This package provides meshing algorithms for use on distance fields.

## Algorithms

* [Marching Tetrahedra](https://en.wikipedia.org/wiki/Marching_tetrahedra)

## Credits

Marching Tetrahedra was originally implemented by @twadleigh in Meshes.jl.

## License

Available under the MIT "Expat" License, see [LICENSE.md](./LICENSE.md)

0 comments on commit 5ee8b47

Please sign in to comment.