Skip to content

Commit a0ab709

Browse files
committed
- update
1 parent 445b0b1 commit a0ab709

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,20 @@
2222
* A Rust library for building advanced applications with the Finite Element Method (FEM): [fenris](https://github.com/InteractiveComputerGraphics/fenris)
2323
* Higher-order finite elements for embedded simulation: [higher_order_embedded_fem](https://github.com/InteractiveComputerGraphics/higher_order_embedded_fem)
2424

25+
### Energy_based simulation
26+
27+
* A C++ library for symbolic differentiation, code generation, and evaluation, designed primarily for non-linear optimization in physics simulation and FEM: [SymX](https://symx.physics-simulation.org)
28+
* A C++ and Python simulation platform for simulating rigid and deformable objects in strongly coupled scenarios: [STARK](https://stark.physics-simulation.org)
29+
2530
### Signed Distance Fields (SDF)
2631

2732
* A C++ library for the parallel discretization of (preferably smooth) functions on regular grids: [Discregrid](https://github.com/InteractiveComputerGraphics/Discregrid)
2833
* Header only, single file, simple and efficient C++11 library to compute the signed distance function (SDF) to a triangle mesh: [TriangleMeshDistance](https://github.com/InteractiveComputerGraphics/TriangleMeshDistance)
2934

35+
### Surface reconstruction
36+
37+
* A tool designed to reconstruct surface meshes from SPH particle data: [splashsurf](https://splashsurf.physics-simulation.org)
38+
3039
### Import/Export
3140

3241
* A tool to import particle data in Blender: [blender-sequence-loader](https://github.com/InteractiveComputerGraphics/blender-sequence-loader)

0 commit comments

Comments
 (0)