Code Monkey home page Code Monkey logo

hinape's Introduction

HinaPE is not a Physics Engine

Ubuntu Build macOS Build Windows Build

BREAKING: 🎉 HinaPE reached 1000 commits! 🎉

Introduction

HinaPE is a cross-platform and portable research-oriented physics-based animation infrastructure. HinaPE is a recursive acronym for "HinaPE is not a Physics Engine".

Gallery

Kasumi Kasumi Kasumi Kasumi

Build Instruction

Prerequisites & dependencies:

  • C++ 20
  • Cmake > 3.24
  • intel tbb: we use intel tbb for parallel computing, so make sure you have installed it.

Built-in dependencies

Optional dependencies:

  • OpenVDB: sparse volumetric data
  • CGAL: geometry processing

First recursively clone this repo and all submodules.

git clone --recursive https://github.com/HinaPE/HinaPE.git
cd HinaPE

For all platform (MacOS, Ubuntu, Windows)

cmake -S . -B Build
cmake --build Build --config Release

Features

Physics Features

  • Fluid Engine
    • SPH solver
    • PciSPH solver
    • PBF solver
    • Flip solver
    • PIC solver
    • APIC solver
    • Level set solver
    • MPM snow
  • Cloth Engine
    • PBD/XPBD solver
    • FMS/PD solver
    • FEM solver
    • powered by NVCloth
  • Rigidbody Engine

Rendering Features

  • Backends: HinaPE is designed with OpenGL & Vulkan & DirectX 12 & Apple Metal backends.
  • Rendering Engine: Built-in PBR renderer & GLSL pathtracer.

Dev Instruction

You need to first recursively update all submodules

git submodule update --init --recursive
git submodule foreach --recursive git pull origin master
git submodule foreach --recursive git checkout master

hinape's People

Contributors

celesteovo avatar xayah-hina avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

hinape's Issues

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.