Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
davreev committed Aug 20, 2024
1 parent 18c6d0b commit 115ff9f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

![](https://github.com/davreev/demo-mesh-parameterize/actions/workflows/build.yml/badge.svg)

Source code for https://davreev.gitlab.io/demos/mesh-parameterize/
Demo and reference implementations of mesh parameterization methods [^1] [^2] for automated UV
mapping of triangle meshes.

Try it here: https://davreev.gitlab.io/demos/mesh-parameterize/

[^1]: [Least squares conformal maps](https://www.cs.jhu.edu/~misha/Fall09/Levy02.pdf)
[^2]: [Spectral conformal parameterization](https://hal.inria.fr/inria-00334477/document)

## Build

Expand Down Expand Up @@ -40,8 +46,8 @@ Then build via `emcmake`

```sh
mkdir build
emcmake cmake -S . -B ./build -DCMAKE_BUILD_TYPE=<config>
cmake --build ./build
emcmake cmake -S . -B ./build -G <generator>
cmake --build ./build [--config <config>]
```

Output can be served locally for testing e.g.
Expand Down

0 comments on commit 115ff9f

Please sign in to comment.