Coder Social home page Coder Social logo

gustaf's Introduction

gustaf

Loyal butler for numerical-analysis-geometry processing and visualization.

Installation

pip install gustaf

you can also get the latest version of gustaf by:

pip install git+https://github.com/tataratat/gustaf.git@main

Dependencies

numpy is the only strict dependency of gustaf.
Followings are optional library for more functionalities!

pip install vedo scipy splinepy

you could also install dependencies using conda. (splinepy is only available through pip right now)

conda install -c anaconda numpy scipy
conda install -c conda-forge vedo 

Quick Start

comming soon!

Test version of documentations are available here

Notes

  • vtk version > 9 tends to work better for our application cases.
  • If there are problems with loading libopenh264.so.5, you could create a soft link. Assuming you are in a conda environment:
cd $CONDA_PREFIX/lib/

# followings occur to us most frequently.
# please adapt file name accordingly, based on your error message and local
# binaries!

# for linux
ln -s libopenh264.so.2.1.1 libopenh264.so.5

# for macos
ln -s libopenh264.2.1.1.dylib libopenh264.5.dylib

gustaf's People

Contributors

j042 avatar jzwar avatar clemens-fricke avatar markriegler avatar codefloh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.