Skip to content

Commit

Permalink
dynamic maintenance (#6)
Browse files Browse the repository at this point in the history
* Vertex now mutable and inherits from Vector3d. Generisize to Tuple3d

* shuffle responsibilities, firm up api

* moar

* clean vertex seperation

* insert point near given vertex

* calculate max step of a delta change in a vertex's position

remove tail recursion from star visit

* interim

* add sturm root isolator

* update readme

* locate from last

* finally clean up graphics ;0
  • Loading branch information
Hellblazer authored Aug 26, 2023
1 parent 777ee04 commit 8d76237
Show file tree
Hide file tree
Showing 204 changed files with 1,942 additions and 42,589 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@ This library is licensed under the AGPL v3.0, requires Java 20+ and is built wit
mvn clean install

## Current Status
Raised from the dead. The GUI is now a crude, but servicable Java/FX GUI. Probably will work on cleaning that up and improving that, but...
Raised from the dead. The GUI is now a very crude, but servicable Java/FX GUI. Probably will work on cleaning that up and improving that, but...

The current implementation leaves flat tetrahedra when processing the cubic example test cases. :: big sad :: My understanding is that these can be removed with 4 <-> 4 flips, so enjoy!

## Maven Artifacts
Currently, Voronoi-3D is in active development and does not publish to maven central. Rather, periodic snapshots (and releases when they happen)
will be uploaded to the [repo-hell]() repository. If you would like to use Voronoi-3D maven artifacts, you'll need to add the following repository
declarations to your pom.xml The maven coordinates for individual artifacts are found below.
Currently, Voronoi-3D is snapshot development and does not publish to maven central. Rather, periodic snapshots (and releases when they happen)
will be uploaded to the [repo-hell](https://raw.githubusercontent.com/Hellblazer/repo-hell/main/mvn-artifact) repository. If you would like to
use Voronoi-3D maven artifacts, you'll need to add the following repository declarations to your pom.xml The maven coordinates for individual
artifacts are found below.

<repositories>
<repository>
Expand Down
194 changes: 0 additions & 194 deletions core/src/main/java/com/hellblazer/delaunay/Examples.java

This file was deleted.

Loading

0 comments on commit 8d76237

Please sign in to comment.