Skip to content

Commit

Permalink
Add a demo for mesh simplification.
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsy committed Jan 6, 2017
1 parent 856d2be commit 7597e15
Show file tree
Hide file tree
Showing 13 changed files with 8,886 additions and 79 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# User defined
data/ignore/*


# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ language: python
sudo: no

python:
- "3.3"
- "3.4"
- "3.5"

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
Expand All @@ -15,7 +15,7 @@ before_install:

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION setuptools numpy scipy pillow nose
- conda install --yes -c dan_blanchard python-coveralls coverage=3.7.1
- pip install python-coveralls
- python setup.py install

script:
Expand Down
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2015 Tatsuya Yatagawa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ pygeop
.. image:: https://travis-ci.org/tatsy/pygeop.svg
:target: https://travis-ci.org/tatsy/pygeop

.. image:: https://coveralls.io/repos/github/tatsy/pygeop/badge.svg?branch=master
:target: https://coveralls.io/github/tatsy/pygeop?branch=master

.. image:: https://img.shields.io/badge/License-MIT-blue.svg?style=flat
:target: https://github.com/tatsy/hydra/blob/master/LICENSE

**pygeop** is a programming library for geometry processing by Python.

:Version: 0.1.0
Expand Down
Loading

0 comments on commit 7597e15

Please sign in to comment.