# Acquiring the half-edge mesh library

**URL:** https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875
**Category:** Libraries
**Created:** [August 2, 2024, 4:14am UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875 "2024-08-02T04:14:23Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![winterchan](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/winterchan/32/19921_2.png) [@winterchan](https://discourse.processing.org/u/winterchan)
#### Post date: [August 2, 2024, 4:14am UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875/1 "2024-08-02T04:14:23Z")

</div>

Hi guys that’s a long shot i said id try.  
im trying to put my hands on the

[![](https://img.youtube.com/vi/UttaPxAw_Co/maxresdefault.jpg "Hemesh Test") ](https://www.youtube.com/watch?v=UttaPxAw_Co)

half edge mesh library, allowing to create and transform shapes in real time as you can see in the vid from like 11 years ago

the problem is iv’e donload the hemesh lates version from github and it doesn’t contain it, or the name was change, but i tried all examples and i couldn’t find anything like this where you can change the shapes real time with a slider, if any has this or knows how to get this or something very much like this i would be so grateful!

---

<div class="post-metadata">

### Author: ![glv](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/glv/32/18785_2.png) [@glv](https://discourse.processing.org/u/glv)
#### Post date: [August 2, 2024, 10:12am UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875/2 "2024-08-02T10:12:48Z")

</div>

> [@winterchan](#):
>
> the problem is iv’e donload the hemesh lates version from github and it doesn’t contain it

Hello,

Please provide a link to the library you are referencing.

Sharing is caring.

`:)`

---

<div class="post-metadata">

### Author: ![sableraph](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/sableraph/32/251_2.png) [@sableraph](https://discourse.processing.org/u/sableraph)
#### Post date: [August 2, 2024, 10:19am UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875/3 "2024-08-02T10:19:49Z")

</div>

Hi @winterchan, the video you found doesn’t appear to be a built-in example of the HE\_Mesh library. It uses the [ControlP5](https://www.sojamo.de/libraries/controlP5/) GUI library to control modifiers in real time. If you want to replicate this, you will have to build it yourself 😃 Fortunately, there are plenty of examples in both libraries to get you started!

You can start looking at some of the examples like Ref\_HEM\_ChamferCorners which demonstrate how to use modifiers:

![Screen Recording 2024-08-02 at 12.12.16](https://canada1.discourse-cdn.com/flex036/uploads/processingfoundation1/original/3X/7/d/7de3bdd18828fd958b83d77fcd4d92a30c94b579.gif)

---

<div class="post-metadata">

### Author: ![sableraph](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/sableraph/32/251_2.png) [@sableraph](https://discourse.processing.org/u/sableraph)
#### Post date: [August 2, 2024, 10:44am UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875/4 "2024-08-02T10:44:37Z")

</div>

It’s worth mentioning that—thought a release is still available on GitHub and the library is usable in Processing 4—the HE\_Mesh library is [no longer under active development](https://twitter.com/wblut/status/1425522477531377667) and its creator asked for it to be removed from the list of contributed libraries. Building and maintaining a tool like this is a lot of work, and while wblut is no longer supporting the library, the impact HE\_Mesh had on Processing and its community cannot be overstated!

---

<div class="post-metadata">

### Author: ![winterchan](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/winterchan/32/19921_2.png) [@winterchan](https://discourse.processing.org/u/winterchan)
#### Post date: [August 2, 2024, 3:22pm UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875/5 "2024-08-02T15:22:25Z")

</div>

[This is the library](https://github.com/wblut/HE_Mesh)

---

<div class="post-metadata">

### Author: ![winterchan](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/winterchan/32/19921_2.png) [@winterchan](https://discourse.processing.org/u/winterchan)
#### Post date: [August 2, 2024, 3:23pm UTC](https://discourse.processing.org/t/acquiring-the-half-edge-mesh-library/44875/6 "2024-08-02T15:23:12Z")

</div>

Thanks so much for your educating and special answers, ill take a deeper look into it and see if i have any other questions. ! 💯
