Coder Social home page Coder Social logo

n_zbrushplugins's Introduction

ZBrush のプラグイン集です。

I just want to Use! / 使いたい人

Please access to https://github.com/n-taka/n_ZBrushPlugins/releases and download .zip archive(s).

https://github.com/n-taka/n_ZBrushPlugins/releases にアクセス後、zipアーカイブをダウンロードしてご利用ください。

I want to extend (develop) plugin(s)! / 改造したい人(開発者の方)

Dependencies

Other indirect dependencies (e.g. boost) will be also installed via package management system.

その他の依存関係(boostなど)に関してはパッケージ管理システムを通じて自動的にインストールされます。

Installation / プログラミング環境のセットアップ

Windows

# Repository itself and submodules (Eigen, libigl)
git clone --recursive https://github.com/n-taka/n_ZBrushPlugins.git

# If you are new to vcpkg
vcpkg integrate install

# Other dependencies (cgal)
vcpkg install cgal cgal:x64-windows

The instruction for installing vcpkg is found in their repository

vcpkgの使い方はMicrosoft公式のレポジトリを参照してください。

macOS

# Repository itself and submodules (Eigen, libigl)
git clone --recursive https://github.com/n-taka/n_ZBrushPlugins.git

# Other dependencies (cgal)
brew install cgal

The instruction for installing homebrew is found in their website

homebrewの使い方は公式のWebサイトを参照してください。

Build and run (this part is under construction) / ビルドと実行 (現在手順の確認中です)

Windows / macOS

We use cmake for build.

cmakeを利用してビルドを行います。

cd /path/to/repository/root
cd plugin_you_want_to_build
mkdir build
cd build
cmake ..
make

Contact / 連絡先

If you encounter some trouble (e.g. plugin doesn't work) or some feature requests, please contact me via github issue. Contact via Twitter is also welcomed.

「アプリが動かない!」「意図した挙動をしない!」「こういう機能があるといいよね!」等ありましたらgithub issueからお気軽にどうぞ。Twitterでも構いません

twitter @kazutaka_nakash

Licenses / ライセンス

  • MagicaVoxelizer: MPL2
  • ThicknessChecker: GPL/LGPL (derived from CGAL)
  • ClearanceChekcer: MPL2

n_zbrushplugins's People

Contributors

n-taka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

cronos45

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.