Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjkelly/meshslicer.jl
A package for slicing meshes into polygons using Julia
https://github.com/sjkelly/meshslicer.jl
Last synced: about 2 months ago
JSON representation
A package for slicing meshes into polygons using Julia
- Host: GitHub
- URL: https://github.com/sjkelly/meshslicer.jl
- Owner: sjkelly
- License: other
- Created: 2014-05-14T19:34:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-18T18:53:46.000Z (over 10 years ago)
- Last Synced: 2024-10-13T19:37:22.141Z (3 months ago)
- Language: Julia
- Homepage:
- Size: 4.58 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# MeshSlicer
This is a library for slicing [polygon mesh](http://en.wikipedia.org/wiki/Polygon_mesh) structures into flat polygons.![](./img/sliced_cylinder.png)
## Supported File Formats
* STL (ASCII and Binary)## API Reference
See: [sjkelly.me/MeshSlicer.jl](http://sjkelly.me/MeshSlicer.jl/)## Install
This package is not yet in the Julia package repository. For now, you can call ```Pkg.clone("https://github.com/sjkelly/MeshSlicer.jl.git")``` in the Julia REPL.### Weather
[![Build Status](https://travis-ci.org/sjkelly/MeshSlicer.jl.svg)](https://travis-ci.org/sjkelly/MeshSlicer.jl)
[![Coverage Status](https://img.shields.io/coveralls/sjkelly/MeshSlicer.jl.svg)](https://coveralls.io/r/sjkelly/MeshSlicer.jl)This package is developed under the latest [development verion of Julia](https://github.com/julialang/julia).
### Building Documentation
We use [Jocco](https://github.com/sjkelly/jocco). To enable the submodule, run ```git submodule update --init```.
Then use jocco from the MeshSlicer directory with
```julia ./doc/jocco/jocco.jl ./src/MeshSlicer.jl```. This will generate the
documentation in ```doc/```.## Examples
* http://nbviewer.ipython.org/github/sjkelly/MeshSlicer.jl/blob/master/examples/slice_tree.ipynb## License
The MeshSlicer.jl package is licensed under the MIT "Expat" License. See [LICENSE.md](./LICENSE.md).