mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 22:38:14 +08:00
7db2ffa0b0
* [imgui] Separate feature tools from feature example * [imgui] Separate feature tools from feature example Co-authored-by: JackBoosY <yuzaiyang@microsoft.com>
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
Source: libigl
|
|
Version: 2.1.0-2
|
|
Homepage: https://github.com/libigl/libigl
|
|
Description: libigl is a simple C++ geometry processing library. We have a wide functionality including construction of sparse discrete differential geometry operators and finite-elements matrices such as the cotangent Laplacian and diagonalized mass matrix, simple facet and edge-based topology data structures, mesh-viewing utilities for OpenGL and GLSL, and many core functions for matrix manipulation which make Eigen feel a lot more like MATLAB.
|
|
Build-Depends: eigen3
|
|
|
|
Feature: embree
|
|
Description: Build with embree
|
|
Build-Depends: embree3
|
|
|
|
Feature: opengl
|
|
Description: Build with opengl
|
|
Build-Depends: opengl, glad
|
|
|
|
Feature: glfw
|
|
Description: Build with glfw
|
|
Build-Depends: glfw3
|
|
|
|
Feature: imgui
|
|
Description: Build with imgui
|
|
Build-Depends: imgui[bindings]
|
|
|
|
Feature: png
|
|
Description: Build with libpng
|
|
Build-Depends: libpng, stb
|
|
|
|
Feature: xml
|
|
Description: Build with libxml
|
|
Build-Depends: tinyxml2
|
|
|
|
Feature: python
|
|
Description: Build with python bind
|
|
Build-Depends: pybind11
|
|
|
|
Feature: test
|
|
Description: Build test
|
|
Build-Depends: catch2 |