All Projects → Scrawk → 2d Deformable Body In Unity

Scrawk / 2d Deformable Body In Unity

Licence: other
A 2D Deformable body simulation in Unity using FEM

Projects that are alternatives of or similar to 2d Deformable Body In Unity

Carsimulator
A Top Down 2D Car Simulator For Unity
Stars: ✭ 184 (+116.47%)
Mutual labels:  unity, physics-simulation
Position Based Dynamics
Position based dynamics in Unity
Stars: ✭ 128 (+50.59%)
Mutual labels:  unity, physics-simulation
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+123.53%)
Mutual labels:  fem, physics-simulation
Articulations Robot Demo
Stars: ✭ 145 (+70.59%)
Mutual labels:  unity, physics-simulation
Unity Robotics Hub
Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.
Stars: ✭ 439 (+416.47%)
Mutual labels:  unity, physics-simulation
Dlibfacelandmarkdetector
FaceLandmark Detector using Dlib (Unity Asset Plugin)
Stars: ✭ 80 (-5.88%)
Mutual labels:  unity
Unity Experiment Framework
UXF - Framework for creating human behaviour experiments in Unity
Stars: ✭ 81 (-4.71%)
Mutual labels:  unity
Projectbuilder
A tool for easy automating and customizing build process for Unity.
Stars: ✭ 80 (-5.88%)
Mutual labels:  unity
Fancyscrollview
[Unity] A scrollview component that can implement highly flexible animations.
Stars: ✭ 1,216 (+1330.59%)
Mutual labels:  unity
Unityandroidhotupdate
(Unity3D热更新) provide a way to hot update Unity app on Android, support code&resources, not need lua js or IL runtime etc..., will not disturb your project development; just loading the new version apk file to achieve.
Stars: ✭ 85 (+0%)
Mutual labels:  unity
Unity Abstract Wire
Unity Abstract Wires Effect
Stars: ✭ 83 (-2.35%)
Mutual labels:  unity
Vertexanimationjob
Vertex animation with C# Job System and new Mesh API
Stars: ✭ 82 (-3.53%)
Mutual labels:  unity
Openmod
OpenMod .NET Plugin Framework
Stars: ✭ 81 (-4.71%)
Mutual labels:  unity
Temporalreprojectionexample
Temporal reprojection example for Unity
Stars: ✭ 82 (-3.53%)
Mutual labels:  unity
Unitycsvutil
Lightweight but type safe CSV serialise/deserialise of objects
Stars: ✭ 80 (-5.88%)
Mutual labels:  unity
Lockstepplatform
Stars: ✭ 84 (-1.18%)
Mutual labels:  unity
Virtualhome
API to run VirtualHome, a Multi-Agent Household Simulator
Stars: ✭ 80 (-5.88%)
Mutual labels:  unity
Brainiac
Behaviour tree editor for Unity3D
Stars: ✭ 81 (-4.71%)
Mutual labels:  unity
Shapes2d
Shapes2D for Unity3D - Make simple art assets quickly in Unity
Stars: ✭ 83 (-2.35%)
Mutual labels:  unity
Brieffiniteelement.net
BriefFiniteElementDotNET (BFE.NET) is a library for linear-static Finite Element Method (FEM) analysis of solids and structures in .NET
Stars: ✭ 81 (-4.71%)
Mutual labels:  fem

2D-Deformable-body-in-Unity

A 2D Deformable body simulation in Unity using FEM

This a port of the 2D FEM project by Miles Macklin found here from C++/OpenGL to C# Unity. The code is not that stable and the physics can break if pushed too far but its a nice introduction to deformable bodies using the Finite Element Method.

The original did also implement fracturing of the mesh but I have not fully ported that and probably wont. The project provides a few options to load the scene with various meshes and has some neat code that creates a mesh from a image.

There's a armadillo, bunny and a donut.

Armadillo

Bunny

There's also a few basic shapes created from code like a beam, torus and a random convex as shown below.

Randon Convex

And here's a GIF of the armadillo being thrown around.

Armadillo GIF

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].