Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

jerenchen/godot-arap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ARAP (as-rigid-as-possible) for Godot

A simple Godot demo incorporating libigl's ARAP mesh deformation using GDExtension C++ binding.

godot-arap-demo

News

  • 2025-10-10: Updated GDExtension implementation for Godot Engine 4.x
  • 2022-04-16: Initial GDNative implementation for Godot Engine 3.x

Requirements

Build Demo

  1. git clone https://github.com/jerenchen/godot-arap.git
  2. cd godot-arap
  3. git submodule update --init
  4. scons
  5. Run Godot ARAP Demo from Godot...