Skip to content

A fully mavenised version of wblut's HE_Mesh library for Processing

Notifications You must be signed in to change notification settings

micycle1/HE_Mesh-maven

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lines of Code Code Smells

HE_Mesh

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

Maven Fork

This fork hosts HE_Mesh as a fully mavenised dependency, making it much easier to use the library in Maven Java projects or make source code modifications.

NOTE this fork has not been extensively tested.

Fork Details

  • Where applicable, code that once wrapped other libraries now references the original libraries directly. (e.g. straight-skeleton functionality now references camp-skeleton (org.twak.camp) directly rather than the wblut.external.straightskeleton wrapper).
  • HE_Mesh code once housed in hemesh-external.jar is now included in the source files (classes such as WB_JTS, WB_QuickHull3D, etc.).

Artifact

HE_Mesh is hosted as an Maven artifact via Jitpack:

  • Step 1. Add the JitPack repository to your build file
<repositories>
 <repository>
     <id>jitpack.io</id>
     <url>https://jitpack.io</url>
 </repository>
</repositories>
  • Step 2. Add the dependency
<dependency>
   <groupId>com.github.micycle1</groupId>
   <artifactId>HE_Mesh</artifactId>
   <version>1.0.0</version>
</dependency>

About

A fully mavenised version of wblut's HE_Mesh library for Processing

Topics

Resources

Stars

Watchers

Forks

Languages

  • Java 100.0%