joelhooks / HE_Mesh

HE_Mesh, a Java library for creating and manipulating polygonal meshes. Aimed primarily at Processing.

Home Page:http://www.wblut.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HE_Mesh

=========

HE_Mesh, a Java library for creating and manipulating polygonal meshes. Aimed primarily at Processing.

Building HE_Mesh from source.

The first thing you need to do is download or fork this repository and import the code in Eclipse. You need to add some other external *.jar files to the properties of your Eclipse project to compile HE_Mesh. These are included in the repository (folder external).

Build-of-the-day HE_Mesh (2017/08/08)

Download a recent built here: http://www.wblut.com/hemesh/hemesh20170808.zip.

License

HE_Mesh, with the below exceptions, is dedicated to the public domain. To the extent possible under law, I, Frederik Vanhoutte, have waived all copyright and related or neighboring rights to HE_Mesh. This work is published from Belgium. (http://creativecommons.org/publicdomain/zero/1.0/)

The following classes are subject to the license agreement of their original authors, included in the source file:

  • wblut.geom.WB_ShapeReader
  • wblut.math.WB_MTRandom
  • wblut.math.WB_OSNoise
  • wblut.math.WB_PNoise
  • wblut.math.WB_SNoise

The following packages are part of hemesh-external.jar and are subject to the license agreement of their original authors:

The modified code is available on request.

About

HE_Mesh, a Java library for creating and manipulating polygonal meshes. Aimed primarily at Processing.

http://www.wblut.com


Languages

Language:Java 100.0%