{"id":21035221,"url":"https://github.com/fabienpean/vegafem","last_synced_at":"2026-02-16T19:36:15.063Z","repository":{"id":63635935,"uuid":"486757987","full_name":"FabienPean/VegaFEM","owner":"FabienPean","description":"Unofficial fork of Vega FEM 4.0","archived":false,"fork":false,"pushed_at":"2025-03-09T16:15:05.000Z","size":51741,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T17:40:22.905Z","etag":null,"topics":["computer-graphics","finite-elements","physics-simulation","simulation"],"latest_commit_sha":null,"homepage":"https://viterbi-web.usc.edu/~jbarbic/vega/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FabienPean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-04-28T21:49:18.000Z","updated_at":"2025-03-02T14:36:21.000Z","dependencies_parsed_at":"2025-04-12T14:11:13.949Z","dependency_job_id":null,"html_url":"https://github.com/FabienPean/VegaFEM","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/FabienPean/VegaFEM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienPean%2FVegaFEM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienPean%2FVegaFEM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienPean%2FVegaFEM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienPean%2FVegaFEM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FabienPean","download_url":"https://codeload.github.com/FabienPean/VegaFEM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FabienPean%2FVegaFEM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29516171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T18:37:19.720Z","status":"ssl_error","status_checked_at":"2026-02-16T18:36:46.920Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-graphics","finite-elements","physics-simulation","simulation"],"created_at":"2024-11-19T13:10:11.248Z","updated_at":"2026-02-16T19:36:15.012Z","avatar_url":"https://github.com/FabienPean.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Vega FEM\n\n**Disclaimer:** This repository is an independent fork and is not affiliated with or endorsed by the original developers of the project. The content herein is maintained separately and may differ from the original project.\n\nExcerpt from the original [website](https://viterbi-web.usc.edu/~jbarbic/vega):\n\n\u003e Vega is a computationally efficient and stable C/C++ physics library for three-dimensional deformable object simulation. It is designed to model large deformations, including geometric and material nonlinearities, and can also efficiently simulate linear systems. Vega contains about 145,000 lines of code, and is open-source and free. It is released under the [3-clause BSD license](http://en.wikipedia.org/wiki/BSD_licenses), which means that it can be used freely both in academic research and in commercial applications.\n\nThis repository consists mostly of providing CMake files for simpler and cross-platform build generation, fixing bugs and C-ism. Currently, it is compiling and generating the binaries for Linux and Windows, see the [CI](https://github.com/FabienPean/VegaFEM/actions) script to see how.\n\n## Motivation\n\nThe Vega FEM library is relatively less known due to its official absence from principal git forges (GitHub, GitLab, BitBucket, etc). While initially developed for [research](https://doi.org/10.1145/3197517.3201327), you ~~can~~ could see it perform commercially in [Ziva VFX](https://web.archive.org/web/20231002072203/https://docs.zivadynamics.com/vfx/third_party_licenses.html#vega-fem) from [Ziva Dynamics](https://web.archive.org/web/20220804053547/https://zivadynamics.com/) until being acquired and [scraped off](https://unity.com/blog/news/update-about-ziva) by Unity Technologies.\n\nThe library provides many necessary tools for the development of physics-based animation with a permissive license. In particular, it contains a distance grid (level set) and tetrahedral mesh generators with little to no dependencies. Common alternatives are [TetGen](https://wias-berlin.de/software/index.jsp?id=TetGen), which is under a [copyleft license](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-(agpl-3.0)), or [fTetWild](https://github.com/wildmeshing/fTetWild), which is a patchwork of many libraries not so easy to build all together.\n\nFormer forks available on GitHub are relatively old and with no modification. This fork contains the most recent version accompanied with fixes and a build generator based on CMake.\n\n## Quickstart\n\nIf you just need the utilities, the simplest is to download the binaries in the release section. Otherwise you can build the repository on your system assuming the following:\n\n* A Linux with Clang or Windows with Clang or MSVC\n* [Intel oneAPI MKL](https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-download.html) is installed on the system\n* As well as the following dependencies: `intel-mkl opengl glui glew cgal openblas eigen3` which can be obtained via [vcpkg](https://vcpkg.io/en/index.html)\n* CMake 3.21\n\n## License\n\nThe library itself is released under the BSD 3-clause. \n\nHowever, subfolders `exactArithmetic`, `libiglInterface`, `immersionMesher`, and `virtualTets`, have a dependency on the [Polygon Mesh Processing](https://doc.cgal.org/latest/Polygon_mesh_processing/group__PkgPolygonMeshProcessingRef.html) package from [CGAL](https://www.cgal.org/) which is released under the GPL. VegaFEM can be built without the copyleft components by setting the CMake option `VEGAFEM_BUILD_COPYLEFT` to OFF.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienpean%2Fvegafem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabienpean%2Fvegafem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabienpean%2Fvegafem/lists"}